Re: [xml] libxml2-2.6.22 tests

2005-12-09 Thread Daniel Veillard
On Thu, Dec 08, 2005 at 03:44:14PM -0800, Manish Marathe wrote: Hello, If I run libxml2-2.6.22 tests by two different ways 1 way: ./runtest ./runsuite ./testapi a) 546 errors for Microsoft schema tests b) 27 errors for Sun schema tests 2) way: make tests / make check

Re: [xml] Generating XML

2005-12-09 Thread Daniel Veillard
On Thu, Dec 08, 2005 at 06:50:27PM -0800, Aruna2005 (sent by Nabble.com) wrote: I am new to handling XML. I am required to parse a document and produce an XML document. Would XMLBeans help achieve this? Is there a better way to do this? I am not sure how to go about generating the XML. I

Re: [xml] libxml2-2.6.22 tests

2005-12-09 Thread Kasimier Buchcik
Hi, On Fri, 2005-12-09 at 04:29 -0500, Daniel Veillard wrote: On Thu, Dec 08, 2005 at 03:44:14PM -0800, Manish Marathe wrote: Hello, If I run libxml2-2.6.22 tests by two different ways 1 way: ./runtest ./runsuite ./testapi a) 546 errors for Microsoft schema tests

[xml] misc warnings compiling libxml2-2.6.22 (cvs snapshot dloaded 2005/12/09) with HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]

2005-12-09 Thread Rick Jones
Out of curiousity I downloaded the cvs snapshot on 2005-12-09 which expanded to 2.6.22, and tried compiling it on an HP-UX 11.23 Itanium (ia64) system with HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]. A few pseudo-random observations/questions... This one may have been overly picky on the

Re: [xml] misc warnings compiling libxml2-2.6.22 (cvs snapshot dloaded 2005/12/09) with HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]

2005-12-09 Thread Rick Jones
Rick Jones wrote: (I'm not sure if the -Wp,-H3 stuff is required on the ia64 platform, I have a question in to a compiler contact on that one) My compiler contact has stated that the -Wp,-H3 bit is only required on IPF/ia64 if one uses +legacy_cpp, so this in configure: if test

[xml] Problem parsing with python?

2005-12-09 Thread Jim
I am processin an xml file wil python ... i think there maybe is a bug in the library ... but i am not a xml spec guru ... The file I am processing is basically: -- ?xml version=1.0 encoding=iso-8859-1? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN