Re: [xml] xmlSchemaParse function



On Mon, Sep 26, 2005 at 02:20:43PM +0200, Luka Por wrote:
We get the same results (version 2-2.6.20 , 2-2.6.22) when running program

xmllint --schema 
http://www.e-dokumenti.si/sheme/xsd/eSlog_1_4_PreprostiRacun.xsd 
eSlog1.xml

  Bug found and fixed. It's a duplicate test I removed in one specific spot
when optimizing the XSD code in July. Seems your example shows that that
test was really needed at all times. The bug is fixed in CVS. 
  Running on my machine and with debug enabled:

paphio:~/XML -> xmllint --timing --noout --nonet --schema eSlog_1_4_PreprostiRacun.xsd eSlog1.xml
Compiling the schemas took 41 ms
Parsing took 1 ms
eSlog1.xml validates
Validating took 1 ms
Freeing took 0 ms
paphio:~/XML ->

  Using a local copy of the original schemas, with just the URLs changed.

  thanks for the report,

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]