aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemas.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an XSD error when generating internal automataDaniel Veillard2012-08-231-0/+9
* Fix a variable name in commentDaniel Veillard2012-08-151-1/+1
* Fix file and line report for XSD SAX and reader streaming validationDaniel Veillard2012-08-141-1/+105
* XSD: optional element in complex type extensionRemi Gacogne2012-05-111-2/+2
* Fix a logic error in Schemas Component ConstraintsRyan Sleevi2012-02-291-1/+1
* Fix XSD validation bug #630130Toyoda Eizi2011-08-041-3/+4
* 627987 Fix XSD IDC errors in imported schemasJim Panetta2010-11-031-0/+5
* Fix memory leak when doc is NULLRob Richards2009-09-241-2/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* A few more safety cleanup raised by scanDaniel Veillard2009-09-071-1/+2
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-7/+9
* 579746 XSD validation not correct / nilable groupsDaniel Veillard2009-08-261-204/+255
* 571271 fix semantic of xsd:all with minOccurs=0Daniel Veillard2009-08-121-5/+9
* 585505 – Document ids and refs populated by XSDWayne Jensen2009-08-071-2/+2
* 582906 XSD validating multiple imports of the same schemaJason Childs2009-08-071-8/+9
* Bug 582887 – problems validating complex schemasJason Childs2009-08-071-15/+27
* Bug 579729 – fix XSD schemas parsing crashMiroslav Bajtos2009-08-071-1/+1
* Fix an XSD validation crashDaniel Veillard2009-07-271-10/+12
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* preparing 2.7.0 release remove some testing traces remove some warningsDaniel Veillard2008-08-301-1/+5
* add the testchar to 'make check' Volker Grabsch pointed out a typoDaniel Veillard2008-08-261-1/+1
* fix crash with invalid whitespace facetRob Richards2008-06-291-274/+274
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-1/+1
* added new function xmlSchemaValidCtxtGetParserCtxt based on HolgerDaniel Veillard2008-04-111-830/+847
* extend the cleanup rule space cleanup DanielDaniel Veillard2008-04-101-1/+1
* fix a problem in externalSubsetSplit with a patch from Ashwin DanielDaniel Veillard2008-03-261-2/+2
* fix an XML Schemas crash raised by Stefan Behnel when testing with W3CDaniel Veillard2008-03-241-3/+3
* apply fix suggested by Ashwin correcting a cut-n-paste error about the SAXDaniel Veillard2008-02-051-2/+2
* applied patch from Frank Gross fixing Schemas IDC import bug #455953 andDaniel Veillard2007-08-231-6/+19
* applied patch for xsi:nil from Frank Gross, this should fix bug #358125Daniel Veillard2007-07-111-1/+1
* fix a crash on solaris when a printf %s with a NULL argument occurs,Daniel Veillard2007-06-261-2/+10
* fixed problem with referenced attribute groups (bug #417621) re-orderedWilliam M. Brack2007-03-141-12/+10
* While investigating bug #350247, I noticed that xmlSchemaIDCMatcherKasimier T. Buchcik2006-08-151-32/+270
* applied patch from Marton Illes to fix an allocation bug inDaniel Veillard2006-08-121-1/+1
* applied patch from Bertrand Fritsch to fix a bug inDaniel Veillard2006-08-071-0/+1
* Fixed bug #347316, reported by David Belius: The simple type, which wasKasimier T. Buchcik2006-07-121-0/+8
* A warning will now be reported in the value of the XSD attributeKasimier T. Buchcik2006-05-301-8/+29
* Fixed bug #341337, reported by David Grohmann. The code expected a nodeKasimier T. Buchcik2006-05-111-11/+22
* Fixed bug #341150, reported by Michael Romer. InKasimier T. Buchcik2006-05-091-3/+15
* We'll raise an internal error and stop validation now when an entity isKasimier T. Buchcik2006-05-041-2/+7
* Fixed incorrect validation of restricted enumerations. Added relatedKasimier T. Buchcik2006-04-191-2/+19
* fixing a deallocation problem in xmlSchemaAddSchemaDoc() in case ofDaniel Veillard2006-04-131-4/+0
* removed unused code or variables, from Stefan Kost fixing #336163 andDaniel Veillard2006-03-271-7/+1
* applied patch from Stefan Kost fixing #336160 DanielDaniel Veillard2006-03-271-1/+1
* fix a few warning raised by gcc-4.1 and latests changes DanielDaniel Veillard2006-03-101-2/+3
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-8/+21
* Fixed a side-effect of the previous XSI bugfix: The constructor needs aKasimier T. Buchcik2006-02-201-13/+26
* Fixed xs:boolean to reject the empty string (reported by Bas Driessen onKasimier T. Buchcik2006-02-201-81/+106
* upated the news regenerated the docs, preparing for release of 2.6.23Daniel Veillard2006-01-051-1/+1
* Removed last dependency on the obsolete enum xmlSchemaValidError.Kasimier T. Buchcik2006-01-031-1/+1