Re: [xml] character conversion

2017-03-21 Thread Fred Smith
well as some without the enc, which just dumps the plain UTF8 used internally. (and it isn't clear to me from reading your posts: you do, I hope, understand that input to libxml must be UTF8 and you get UTF8 out unless you do an encoded output as above.) Fred Smith Senior Programmer/A

[xml] strange coredump in 2.7.8

2016-04-19 Thread Fred Smith
quot;..., success=1, warnings=1, text=0x39c1e00) at HS_hl72xml.c:7646 #13 0x0807f393 in HS_parse_response (msgbuf=0x39c32a4, myoutthr=0x9189db0, ifparms=0x39c20c0, HS_resp=0xb73be008 "\n\n \n \n \n -20438\n Message not processed because "..., success=1, warn

[xml] Typo on web site

2015-11-23 Thread Fred Smith
On the downloads page: Bull provides precompiled RPMs for AIX as patr of their GNOME packages Where "patr" should be "part". Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x50

[xml] Unicode VS XML: Need help with char encoding in XML

2013-07-22 Thread Fred Smith
...@recife.pe.gov.br>> * copy: see Copyright for the status of this software * hacked up by Fred Smith to illustrate a problem I'm having. */ #include #include #include int main(int argc, char **argv) { xmlDocPtr doc = NULL; /* document pointer */ xmlNodePtr root_node = NULL,

Re: [xml] [PATCH] Re: xml:base missing on result from XInclude?

2013-05-08 Thread Fred Smith
Yes, it is alive. Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x5013 fax: 781-357-4100 From: xml [mailto:xml-boun...@gnome.org] On Behalf Of Alexey Neyman Sent: Sunday, April 21, 2013 12:23 AM To: xml@gnome.org

Re: [xml] libxml2 2.8.0 -- configure problem

2012-08-16 Thread Fred Smith
Earnie: It does create the shared and static libraries, so I'm all set. but it chokes before creating xmllint, so it's not entirely benign. Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x5013 fax: 78

[xml] libxml2 2.8.0 -- configure problem

2012-07-23 Thread Fred Smith
Advice would be appreciated. Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x5013 fax: 781-357-4100 This email and any files transmitted with it are confidential and intended solely for the use of the individual or

Re: [xml] RedHat 6

2012-07-23 Thread Fred Smith
I've compiled 2.7.8 on EL6 32 and 64 bit. Haven't exercised the results a LOT, but to the extent I've run my app against it, it seems to work for me. Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x50

Re: [xml] compile-time error libxml2-2.7.8

2011-05-10 Thread Fred Smith
options, I get final (static) executables of only slightly over half the size, which is where I wanted to be. Thanks, Daniel, et al, for the great toolbox! Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x148 fax: 781

[xml] compile-time error libxml2-2.7.8

2011-05-06 Thread Fred Smith
library (which is my ultimate goal) so I may be OK as-is, but it makes me wonder. Suggestions welcome. Fred Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x148 fax: 781-687-8884 This email and any files transmitt

Re: [xml] Security flaw affecting all previous libxml2 releases

2008-01-20 Thread Fred Smith
Thanks Daniel! -Original Message- From: Daniel Veillard [mailto:[EMAIL PROTECTED] Sent: Sat 1/19/2008 6:48 AM To: Fred Smith Cc: xml@gnome.org Subject: Re: [xml] Security flaw affecting all previous libxml2 releases On Thu, Jan 17, 2008 at 10:34:19AM -0800, Fred Smith wrote: > Try

Re: [xml] Security flaw affecting all previous libxml2 releases

2008-01-17 Thread Fred Smith
t version) could advise me on the correct changes to make here. Thanks! Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. [EMAIL PROTECTED] 781-275-4488x148 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Daniel Veill

[xml] Char Refs in ISO-8859-1

2007-06-22 Thread Fred Smith
ion is: While leaving the declaration of ISO-8859-1 in the xml header, is there any way to get libxml2 to automatically output such symbols as CharRefs instead of the actual Unicode code point? Is my only other choice to output it as ASCII instead? (that would be a really gross "solution&quo

Re: [xml] xmlReadFile question...

2006-10-10 Thread Fred Smith
other machines, you could statically link libxml by using: -Wl,-Bstatic -L/path/to/the/installed/xml/libraries -lxml2 -Wl,-Bdynamic When you do the link for your program, so that you wouldn't need to install libxml2 on the other systems where your program may run. Fred Smith S

Re: [xml] converting xmlChar to float

2006-07-25 Thread Fred Smith
How about atof() ?   Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. [EMAIL PROTECTED] 781-275-4488 FAX: 781-687-8884       From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maciej Szewczykowski Sent: Tuesday, July 25, 2006 2:15

[xml] xmlEncodeEntitiesReentrant

2006-02-24 Thread Fred Smith
document, that it DOES convert ' into an apostrophe, so apostrophe handling appears to be there when DEcoding but not ENcoding.   I don’t understand the reason why this code is not there, can someone explain to me? Thanks!   Fred Smith Senior Applications Programmer/Analyst Computrition

RE: [xml] Is there a way using SAX2 IO Parser to ignore chars before /after a "document"?

2005-07-19 Thread Fred Smith
Has this become a FAQ, or what? This is at least the fourth or fifth time this has been asked in the last month or so. Daniel's answer is always that NO there is no XML conformant way to separate messages in a stream. There is no way that is XML conformant to ignore extraneous bytes between mess

RE: [xml] About software patents in Europe and consequences

2005-07-05 Thread Fred Smith
I'm not a European so there's little-to-no value in me contacting members of the Europan Parliament. But I'm as worried about it as Daniel is. I urge all of you who do live or work in Europe (or work for European employers) to get ON THE TELEPHONE to your MEP(s) and eloquently argue against pate

[xml] character encodings

2005-04-15 Thread Fred Smith
  Looking for advice, this isn’t a libxml problem per se.   Running a program on Linux that uses libxml2. It emits a block of XML which gets handed to an oracle package. The oracle package emits another block of XML back to my program.   Beginning in Oracle 10g, the XML emitted by Orac