aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemas.c
Commit message (Expand)AuthorAgeFilesLines
* Some preparation for the creation of a graph ofKasimier T. Buchcik2005-08-221-116/+233
* Changed output for keyref-match errors; the target-node will be nowKasimier T. Buchcik2005-08-121-285/+731
* fix for bug #312945 as pointed by Dean Hill, the context type was notDaniel Veillard2005-08-101-71/+3
* Fixed #312957 reported by Carol Hunter: streaming XPath states were notKasimier T. Buchcik2005-08-091-1/+28
* trying to nail down the remaining ##other issues completed the tests andDaniel Veillard2005-08-091-15/+4
* Fixed a memory leak: xmlSchemaFreeAnnot() was only freeing the firstKasimier T. Buchcik2005-08-081-1/+11
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-3/+3
* Added creation of the content type of xs:anyType. This is needed whenKasimier T. Buchcik2005-07-281-3/+10
* Removed the workaround code in xmlSchemaValidateElemWildcard() for theKasimier T. Buchcik2005-07-231-35/+0
* Removed an "internal error" message from xmlSchemaBuildAContentModel()Kasimier T. Buchcik2005-07-231-112/+139
* Fixed xmlSchemaPSimpleTypeErr(), which did not output the given stringKasimier T. Buchcik2005-07-211-2/+4
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-3/+3
* an optimization of the char data inner loop, can gain up to 10% in pureDaniel Veillard2005-07-201-2/+1
* fixed the error reporting for not transitions fixed output DanielDaniel Veillard2005-07-191-1/+12
* fixing bug #172215 about foreign namespaces by adding support for negatedDaniel Veillard2005-07-191-62/+3
* fixed xsd:all when used in conjunction with substitution groups addingDaniel Veillard2005-07-181-36/+118
* fixed bug #307508, a bad automata was built but this showed as anDaniel Veillard2005-07-171-12/+22
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-131-0/+20
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-2/+2
* fixed a bug introduced on last commit danielDaniel Veillard2005-07-101-1/+0
* fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReaderDaniel Veillard2005-07-101-41/+52
* fix for #309761 from Dylan Shell added xmlSchemaSAXPlug andDaniel Veillard2005-07-091-139/+247
* Added c-props-correct constraint to check for equal cardinality ofKasimier T. Buchcik2005-07-081-8/+51
* tiny fix in xmlSchemaValidateStream() if a user-provided SAX handler isKasimier T. Buchcik2005-07-081-12/+12
* fix some potential leaks in error cases. added --sax, to allow testing ofDaniel Veillard2005-07-081-1/+2
* Changed xmlSchemaValidateFile() to use xmlSchemaValidateStream()Kasimier T. Buchcik2005-07-081-61/+9
* added the missing entity to the document internal subset to avoid errorsDaniel Veillard2005-07-081-4/+477
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-0/+8
* Fixed NULL values to be validated as empty string values (reported byKasimier T. Buchcik2005-06-211-8/+5
* Fixed SAX2 validation: grow of internal namespace list, appending ofKasimier T. Buchcik2005-06-161-12/+18
* if sax1 is used and input is a file use the old API xmlParseFile()Daniel Veillard2005-06-151-4/+20
* Added xmlSchemaValidateFile() to the public API. This will use SAX2-drivenKasimier T. Buchcik2005-06-151-7/+14
* Some changes/fixes to the streaming evaluation. A bit of support forKasimier T. Buchcik2005-06-141-27/+60
* Fixed an attribute fixed/default value constraint error.Kasimier T. Buchcik2005-06-091-5/+5
* Changed the validation process to be able to work in streaming mode. SomeKasimier T. Buchcik2005-06-091-7382/+7709
* Fixed facet errors to be channelled back for union type members;Kasimier T. Buchcik2005-05-251-14/+23
* Removed 5 unnecessary dereferences (reported by Andriy, bug #301074).Kasimier T. Buchcik2005-04-191-12/+24
* Removed workaround for bug #172215, since it does more harm in someKasimier T. Buchcik2005-04-191-76/+555
* Added output of canonical values in identity-constraint error messages.Kasimier T. Buchcik2005-04-181-7/+54
* Added substitution group constraints; changed the build of theKasimier T. Buchcik2005-04-081-98/+279
* Added "Particle correct 2" to parsing of model groups. Added handlingKasimier T. Buchcik2005-04-081-477/+802
* Added "Type Derivation OK (Complex)" constraints and anchored them in theKasimier T. Buchcik2005-04-051-82/+293
* patch from Matthew Burgess to improve some schemas facets validationDaniel Veillard2005-04-051-6/+14
* Corrected 'length' facet validation for QNames and notations. CorrectedKasimier T. Buchcik2005-04-011-2986/+4255
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard2005-03-301-19/+17
* Fixed call to a facet error report: the type of the error was wrong,Kasimier T. Buchcik2005-03-241-1/+1
* Removed a stupid bug in xmlSchemaValidateAttributes, failing to build aKasimier T. Buchcik2005-03-211-8/+5
* Fixed a segfault, which occured during bubbling of IDC nodes (bug #170779Kasimier T. Buchcik2005-03-211-5/+7
* Removed inheritance of "mixed" content type for short-hand restrictions ofKasimier T. Buchcik2005-03-171-18/+52