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

2005-06-09 Thread fred
hi, i have to install libxml2 in our embedded system. I've read, that libxml2 doesn't need any other library (sorry, i can't find any more where i read it...) I had to install libdl.so.2 and libz.so.1 to make my program run, is it normal? The only change i made, in my makefile, was the

Re: [xml] When will be the release of libxml2-2.6.20

2005-06-09 Thread Daniel Veillard
On Thu, Jun 09, 2005 at 03:48:41PM +1000, [EMAIL PROTECTED] wrote: Hi, Any idea when the release of libxml2-2.6.20 will occur? I'm waiting for the fix to the validation of the ISO 8601 dates in that release. It seemed that releases were occurring every week or two but that seems to have

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

2005-06-09 Thread Daniel Veillard
On Thu, Jun 09, 2005 at 08:49:13AM +0200, fred wrote: hi, i have to install libxml2 in our embedded system. I've read, that libxml2 doesn't need any other library (sorry, i can't find any more where i read it...) I had to install libdl.so.2 and libz.so.1 to make my program run, is it

Re: [xml] undefined reference to xmlFree

2005-06-09 Thread zLuke
Cory Nelson ha scritto: try adding libxml2a.lib adding libxml2_a.lib it gives a lot of 'undefined reference' error and the message: .drectve `/DEFAULTLIB:MSVCRT /DEFAULTLIB:OLDNAMES ' unrecognized Thanks, Luca ___ xml mailing list, project page

[xml] streaming XML Schema

2005-06-09 Thread Kasimier Buchcik
Hi, the XML Schema processor has been changed to be able to work in streaming mode. No public API has been added yet to use it on streams - but should be available soon. We intend to support SAX2- and XMLReader-driven validation. The XS test suite has been updated to work on the latest tests

Re: [xml] streaming XML Schema

2005-06-09 Thread Aron Stansvik
On 6/9/05, Kasimier Buchcik [EMAIL PROTECTED] wrote: Hi, the XML Schema processor has been changed to be able to work in streaming mode. No public API has been added yet to use it on streams - but should be available soon. We intend to support SAX2- and XMLReader-driven validation. The