Re: [xml] Processing information in a buffer to XML-document conversion

2008-09-04 Thread Stefan Behnel
Hi, Goran Hasse wrote: > When a xmlParseMemory( ... ) i called a xml processing tag > is inserted in the document. Definitely not. I think you are mixing this up with the serialisation function you are using. Stefan ___ xml mailing list, project pag

[xml] Processing information in a buffer to XML-document conversion

2008-09-04 Thread Goran Hasse
Hello all, Sorry if I missed a section in the FAQ where this should be explained... When a xmlParseMemory( ... ) i called a xml processing tag is inserted in the document. This is most anoying. Is it possible to disable this in some way? I dont se the rationale for this. Can someone put up a s

[xml] libxml2-2.7.1, solaris 8, and xmlDictComputeBigKey

2008-09-04 Thread Matt Goebel
Hi, The changes around line 266 in dict.c which relate to xmlDictComputeBigKey, at least on solaris, require the inclusion of to pick up the defintion of uint8_t and uint16_t. Thanks, Matt -- Matthew Goebel : [EMAIL PROTECTED] : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut

Re: [xml] Release of libxml2-2.7.1

2008-09-04 Thread Colin Guthrie
Rob Richards wrote: Can you report this as a PHP bug? For reference: http://bugs.php.net/bug.php?id=45996 Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mandriva Linux Contributor [http://www.mand

Re: [xml] Release of libxml2-2.7.1

2008-09-04 Thread Colin Guthrie
Rob Richards wrote: Colin Guthrie wrote: Hi Daniel, Daniel Veillard wrote: Python serialization code was broken in 2.7.0 so here is a new release with a cleanup of that code, even more isolation of the new buffer type from user code and a couple of fixes: * Portability fix: - Borland C fix

Re: [xml] Release of libxml2-2.7.1

2008-09-04 Thread Rob Richards
Colin Guthrie wrote: Hi Daniel, Daniel Veillard wrote: Python serialization code was broken in 2.7.0 so here is a new release with a cleanup of that code, even more isolation of the new buffer type from user code and a couple of fixes: * Portability fix: - Borland C fix (Moritz Both) * Bug

Re: [xml] Release of libxml2-2.7.1

2008-09-04 Thread Colin Guthrie
Hi Daniel, Daniel Veillard wrote: Python serialization code was broken in 2.7.0 so here is a new release with a cleanup of that code, even more isolation of the new buffer type from user code and a couple of fixes: * Portability fix: - Borland C fix (Moritz Both) * Bug fixes: - python seria