aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed a = -> == error pointed by GUY Fabrice DanielDaniel Veillard2005-03-171-2/+2
* more debug messages from Matthew Burgess xmlSchemaValidateLengthFacet APIDaniel Veillard2005-03-161-0/+10
* Hopefully finished validation against facets to use the normalized valueKasimier T. Buchcik2005-03-161-104/+323
* removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer,Daniel Veillard2005-03-121-1/+1
* The schema parser will stop if components could not be resolved. This isKasimier T. Buchcik2005-03-111-176/+420
* Tiny restructuring of the validation start-up functions. Added cleanup ofKasimier T. Buchcik2005-03-071-102/+126
* Added IDC validation of anySimpleType attribute values; anyway the IDC keyKasimier T. Buchcik2005-03-041-100/+254
* Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API;Kasimier T. Buchcik2005-03-041-9/+11
* Started support for IDC resolution to default attributes. If building theKasimier T. Buchcik2005-02-181-73/+152
* Added validation for the attribute "id" in the schemata; doing this neededKasimier T. Buchcik2005-02-171-93/+277
* Fixed comparison for default/fixed attribute values, if the type wasKasimier T. Buchcik2005-02-171-34/+94
* Further work on IDCs, especially evaluation for attribute nodes.Kasimier T. Buchcik2005-02-161-147/+264
* Added IDC evaluation for attribute nodes. Made 'nil'ed elements work.Kasimier T. Buchcik2005-02-151-59/+173
* fixed one internal function applied patch from Joel Reed regeneratedDaniel Veillard2005-02-041-0/+1
* Integrated the streaming pattern from the pattern module. Fixed some IDCKasimier T. Buchcik2005-01-311-691/+549
* fixed an untested pointer dereference and a & vs && DanielDaniel Veillard2005-01-281-1/+3
* Corrected an ambigious symbol-space for local attribute declarations.Kasimier T. Buchcik2005-01-281-31/+76
* Added an initial skeleton for indentity-constraints. This is all definedKasimier T. Buchcik2005-01-271-107/+2929
* more hash dictionary interning changes DanielDaniel Veillard2005-01-231-7/+7
* Corrected targetNamespace in xmlSchemaElementDump. Cosmetic changes to theKasimier T. Buchcik2005-01-191-62/+89
* Exposed targetNamespace for simple/complex types, model groups, attributeKasimier T. Buchcik2005-01-131-22/+31
* Put the fix of Daniel (from Tue Jan 11 14:41:47 CET) back in, since IKasimier T. Buchcik2005-01-131-1/+3
* Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c toKasimier T. Buchcik2005-01-131-26/+154
* fixed bug #163641 when the value passed for an atomic list type is NULL.Daniel Veillard2005-01-111-0/+2
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-1/+3
* Fixed strict/lax element wildcards: the children of elements for which aKasimier T. Buchcik2004-11-261-5/+29
* tiny enhancement for content model error reports (#157190, #143948).Kasimier T. Buchcik2004-11-171-29/+75
* Moved execution of xmlSchemaCheckDefaults to xmlSchemaTypeFixup; thisKasimier T. Buchcik2004-11-151-3/+10
* Un-commented a TODO in xmlSchemaParseElement.Kasimier T. Buchcik2004-11-121-1/+1
* Correct symbol space for 'all' and 'choice'. Added 'replace' normalizationKasimier T. Buchcik2004-11-121-37/+35
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+4
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-2/+2
* fixed a memory bug added test from Graham Bennett and regenerated theDaniel Veillard2004-10-211-2/+2
* Parsing of <complexContent> - handle attribute 'mixed', catch illegalKasimier T. Buchcik2004-09-291-737/+2092
* another patch from Malcolm Tredinnick fixing warning generated by theDaniel Veillard2004-09-281-4/+1
* more memory related code cleanups. DanielDaniel Veillard2004-09-231-0/+1
* Simpified attribute wildcard creation and assignment to get rid of memoryKasimier T. Buchcik2004-09-161-1175/+2246
* Added the function xmlSchemaValidateOneElement to the XML SchemaKasimier T. Buchcik2004-09-081-0/+22
* Fixed a seg fault in xmlGetQNameProp: a format argument was missing. FixedKasimier T. Buchcik2004-09-031-47/+382
* Fixed a bug in xmlSchemasCheckFacet, which did not create a computed valueKasimier T. Buchcik2004-08-301-113/+173
* Added missing test file. Substituted the obsolete xmlSchemaValidError(s)Kasimier T. Buchcik2004-08-251-444/+295
* modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>,William M. Brack2004-08-201-688/+1703