> > Surprisingly, xmllint.exe successfully validates this file and schema. > > then you're probably not using the right library or not the same a > xmllint, or there is something else going on...
I'm absolutely sure that my application and xmllint use the same version 2.6.20, HOWEVER, Xmllint uses libxml2.dll while my application is statically linked with libxml2_a.lib. Is it possible that the dll and lib are different in their logic? Israel Ganor > -----Original Message----- > From: Daniel Veillard [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 31, 2005 4:51 PM > To: Israel Ganor > Cc: '[email protected]' > Subject: Re: [xml] Schema validation error - enumeration > > > On Tue, Dec 27, 2005 at 03:10:38PM +0200, Israel Ganor wrote: > > Hi, > > > > I have a severe schema validation error with libxml2 ver > 2.6.20 (Win32 > > binaries). > > Update to the latest 2.6.22 or even better try the CVS head > version for any problem related to XML Schemas ! > > > Surprisingly, xmllint.exe successfully validates this file > and schema. > > then you're probably not using the right library or not the same a > xmllint, or there is something else going on... > > Daniel > > -- > Daniel Veillard | Red Hat http://redhat.com/ > [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit > http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search > engine http://rpmfind.net/ > _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
