summaryrefslogtreecommitdiff
path: root/xmlschemas.c
Commit message (Expand)AuthorAgeFilesLines
* applied another patch from Kasimier Buchcik for Schema ComponentDaniel Veillard2004-06-081-50/+240
* new patch from Kasimier Buchcik for processContents of wildcards attributeDaniel Veillard2004-06-031-15/+50
* small change to xmlSchemaValidateAttributes, also corrected typo on errorWilliam M. Brack2004-06-031-4/+4
* minor cosmetic changes, no change to logic. regenerated added a newline atWilliam M. Brack2004-06-031-16/+19
* applied a patch from Kasimier Buchcik implementing attribute uses andDaniel Veillard2004-06-021-231/+1962
* added code in xmlSchemaBuildAContentModel to handle element referenceWilliam M. Brack2004-05-121-0/+7
* added code in xmlSchemaBuildContentModel to allow ref in group definitionWilliam M. Brack2004-05-121-4/+23
* Applied patches supplied by Kasimier Buchcik. changed test to account forWilliam M. Brack2004-05-111-168/+654
* tiny path fixes the "xmlConvertCRNGFile" function name from KasimierDaniel Veillard2004-04-221-0/+9
* work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixedDaniel Veillard2004-04-181-0/+9
* minor warning cleanup (no change to logic) fixed return value for internalWilliam M. Brack2004-04-171-25/+32
* applied patches from Kasimier Buchcik for the attribute use support addedDaniel Veillard2004-04-161-2/+35
* move the TODO as comments as the function while not finished are usableDaniel Veillard2004-04-161-7/+176
* small signed-ness patch from Steve Little DanielDaniel Veillard2004-04-011-1/+1
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-1/+1
* QName handling fixes for the XML Schemas support from Adam Dickmeiss alsoDaniel Veillard2004-03-051-12/+7
* applied patch from Adam Dickmeiss for mixed content added his regressionDaniel Veillard2004-03-041-0/+13
* applied patch from Steve Ball to avoid a double-free. DanielDaniel Veillard2004-01-241-4/+14
* removed a memory leak remaining from the switch to a dictionnary forDaniel Veillard2004-01-081-1/+1
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-9/+0
* edited a couple of comments in accordance with posting on the mailing listWilliam M. Brack2003-12-291-2/+2
* added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020)William M. Brack2003-12-271-0/+14
* fixed missing dictionaries for Memory and Doc parser contexts (problemWilliam M. Brack2003-12-251-0/+2
* types might be redefined in includes, quick fix to allow this but lacksDaniel Veillard2003-12-231-7/+53
* added xsd:include support, fixed testSchemas behaviour when a schemasDaniel Veillard2003-11-251-119/+381
* more XML Schemas fixes based on Eric van der Vlist examples addedDaniel Veillard2003-11-241-19/+41
* lot of bug fixes, cleanup, starting to add proper namespace support too.Daniel Veillard2003-11-221-274/+453
* applied patch from Robert Stepanek to start import os schemas support,Daniel Veillard2003-11-211-7/+151
* applied patch from Steve Ball to make a schema parser from a preparsedDaniel Veillard2003-10-291-0/+31
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-7/+7
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-3/+11
* a bit of cleanup updated with the new result strings DanielDaniel Veillard2003-10-101-2/+2
* cleanup fix a funny typo converted the Schemas code to the new errorDaniel Veillard2003-10-101-2717/+2552
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-3/+3
* the modules should not import <config.h> directly, some cleanups PeterDaniel Veillard2003-07-081-1/+2
* commiting some work done while in the Maldives (hence the timezone on theDaniel Veillard2003-06-021-15/+94
* added --schema option to run WXS schema validation tried to improve errorDaniel Veillard2003-05-121-0/+142
* fixed some problems in the handling of errors, and attributes addressed byDaniel Veillard2003-05-111-15/+40
* fixing bug #104081 with xs:all with an element holding minOccurs="0" addedDaniel Veillard2003-05-091-3/+8
* fixing a function comment switching to the XML/XSLT doc generation closingDaniel Veillard2003-04-291-1/+0
* update from Charles Bozeman for date and duration types updated too DanielDaniel Veillard2003-04-091-35/+108
* fixed bugs and memory leaks in the W3C XML Schemas code implementedDaniel Veillard2003-03-271-0/+16
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-1/+1
* added param support for relaxng type checking, started to increment theDaniel Veillard2003-02-271-112/+148
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-1/+1
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-10/+6
* Christian Glahn found a problem with a recent patch toDaniel Veillard2002-10-261-12/+88
* fixed the validation of sequences content model when some of the blocksDaniel Veillard2002-10-161-17/+60
* added xmlSchemaNewMemParserCtxt to parse a schemas from a memory areaDaniel Veillard2002-10-091-7/+58