[xml] does libxml2 really needs libdl.so.2 and libz.so.1?

2005-06-08 Thread fred
kefile, was the command to link libxml2! I would be grateful for each brief reply! Fred ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

[xml] XML Entities encoding question

2013-08-05 Thread Fred
egarding Oracle, is there some way I can force libxml2 to emit the second form rather than the first? the tree is output using: xmlDocDumpFormatMemoryEnc (doc, xmlbufptr, &xmlbufptr_size, "WINDOWS-1252", 1); thanks! Fred ___ xml mai

Re: [xml] using "raise" in Python error handler callbacks

2005-04-05 Thread Fred Drake
might be possible. Sounds like the right solution to me; this is pretty much what the Expat bindings have been doing for some time. -Fred -- Fred L. Drake, Jr. Zope Corporation ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org htt

[xml] character encodings

2005-04-15 Thread Fred Smith
looks to be a pain in the rear, and I’d love to avoid the necessity).   Thanks!   Fred This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please

[xml] XML catalogs referencing to local files on Windows

2005-04-28 Thread Fred Drake
with drive letters or file: URLs with the ugly file://D|/some/really/long/path syntax. Has anyone done this successfully? -Fred -- Fred L. Drake, Jr. Zope Corporation ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org

Re: [xml] Working on standalone regression testing

2005-06-28 Thread Fred Drake
ely liked working with it, and the sandboxing is nice. -Fred -- Fred L. Drake, Jr. Zope Corporation ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

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

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

2005-07-19 Thread Fred Smith
tween messages. If you want to stream multiple messages to it you must define your own protocol (and write code to implement it) that identifies message beginning and end points. Fred > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Chris He

[xml] French character encoding problem

2005-09-15 Thread Fred Fung
command line to check the file, "FRANÇOIS" was properly returned and displayed.   Am I missing something in the C program to convert the encoded sequence to the origianl character ?     Thanks.     Regards,   Fred ___ xml mailing list, project page

RE: [xml] French character encoding problem

2005-09-15 Thread Fred Fung
per character, what am I missing that's causing xmlNodeGetContent() not ? Regards, Fred -Original Message- From: Daniel Veillard [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 12:23 PM To: Fred Fung Cc: xml@gnome.org Subject: Re: [xml] French character encoding prob

RE: [xml] French character encoding problem

2005-09-15 Thread Fred Fung
o help, just say so, or just don't bother to reply. Regards, Fred -Original Message- From: Daniel Veillard [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 4:37 PM To: Fred Fung Cc: xml@gnome.org Subject: Re: [xml] French character encoding problem On Thu, Sep

[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] 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

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

[xml] Problem validating regexp.

2007-04-13 Thread fred basset
Hi All, In my schema file I have a "function_name_t" type specified as : I basically want to specify a function name as being at least two characters long, at most 32 chars long, but it cannot start or end with any non alpha, non numeric chars. Certain chars

[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] Copying XML subtrees across documents (in Python)

2007-08-04 Thread Fred Drake
ectively without tying to Python's release cycle. -Fred -- Fred Drake ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

Re: [xml] xmllint as minimal non-validating parser?

2007-09-13 Thread Fred Drake
er. Perhaps this is a bug in the --nowarning support? -Fred -- Fred Drake "Chaos is the score upon which reality is written." --Henry Miller ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

[xml] corrupted tar file on http://xmlsoft.org/sources/

2008-01-15 Thread Fred Clift
/Search.jtp?query=libxml2-2.6.30.tar.gz If there is a better place to report such issues, please let me know where. Thanks for your hard work! Fred Clift ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman

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

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

[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] 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

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

[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] 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

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

[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,

[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] 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

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] xsltproc, xsl:version, and alternate prefixes

2007-05-30 Thread Fred L. Drake, Jr.
tock install on Ubuntu 7.04. Any ideas? I hate ignoring error conditions, but this seems totally bogus. -Fred -- Fred L. Drake, Jr. ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

Re: [xml] xsltproc, xsl:version, and alternate prefixes

2007-06-01 Thread Fred L. Drake, Jr.
r stylesheet by removing the 'xs:' prefix for version > attribute. Ok, that sounds right, after reading all the replies in this thread. Thanks! -Fred -- Fred L. Drake, Jr. ___ xml mailing list, project page http://xmlsof