aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pushing the formal expression handling code to have it in CVs from now.Daniel Veillard2005-08-221-0/+57
* Changed output for keyref-match errors; the target-node will be nowKasimier T. Buchcik2005-08-121-0/+1
* fixed #145092 by adding an xmlSaveOption to omit XML declaration DanielDaniel Veillard2005-08-081-1/+2
* get rid of the dependancy on a locally installed DTD try to cleanup theDaniel Veillard2005-08-071-3/+6
* commiting work done on the plane last week-end DanielDaniel Veillard2005-07-301-2/+0
* added schematron.h, oops ... DanielDaniel Veillard2005-07-281-1/+2
* changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard2005-07-235-1/+155
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-217-24/+43
* fixing bug #172215 about foreign namespaces by adding support for negatedDaniel Veillard2005-07-191-0/+8
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-132-0/+6
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-1/+1
* fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReaderDaniel Veillard2005-07-102-1/+11
* try to avoid conflicts. DanielDaniel Veillard2005-07-101-1/+1
* fix for #309761 from Dylan Shell added xmlSchemaSAXPlug andDaniel Veillard2005-07-091-0/+13
* Added c-props-correct constraint to check for equal cardinality ofKasimier T. Buchcik2005-07-081-0/+1
* first steps toward a testsuite dist fixed bug #307870 DanielDaniel Veillard2005-07-051-0/+6
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-2/+0
* Added allocation/deallocation functions for the DOM-wrapper context.Kasimier T. Buchcik2005-06-271-0/+4
* Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() andKasimier T. Buchcik2005-06-271-1/+26
* avoid name glob in agruments as it matches the glob() routine. first stepsDaniel Veillard2005-06-261-2/+2
* Added xmlSchemaValidateFile() to the public API. This will use SAX2-drivenKasimier T. Buchcik2005-06-151-1/+5
* Further enhancement for XPath streaming, consolidated with schemas usageWilliam M. Brack2005-06-091-1/+15
* Changed the validation process to be able to work in streaming mode. SomeKasimier T. Buchcik2005-06-092-5/+51
* applied patch from Rob Richards for xml:space and xml:lang handling withDaniel Veillard2005-06-081-0/+1
* Added output of canonical values in identity-constraint error messages.Kasimier T. Buchcik2005-04-181-0/+4
* Added "Particle correct 2" to parsing of model groups. Added handlingKasimier T. Buchcik2005-04-081-2/+8
* Committing again, since the CVS server aborted.Kasimier T. Buchcik2005-04-011-2/+18
* fixed #172260 redundant assignment. fixed xmlSAXParseDoc() andDaniel Veillard2005-03-311-2/+2
* special case "DAV:" namespace in c14n relative namespaces check and addAleksey Sanin2005-03-201-0/+2
* Hopefully finished validation against facets to use the normalized valueKasimier T. Buchcik2005-03-161-5/+12
* In preparation to use normalized values of facets during validation:Kasimier T. Buchcik2005-03-151-2/+11
* some gcc4 portability patches, including a serious aliasing bug exposed inDaniel Veillard2005-03-101-1/+6
* Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API;Kasimier T. Buchcik2005-03-041-1/+3
* applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() addedDaniel Veillard2005-02-181-0/+7
* Some experimental addition for parsing of expressions and streamableKasimier T. Buchcik2005-02-171-0/+4
* Added validation for the attribute "id" in the schemata; doing this neededKasimier T. Buchcik2005-02-171-0/+4
* Fixed comparison for default/fixed attribute values, if the type wasKasimier T. Buchcik2005-02-171-0/+18
* fix the comment to describe the real return values lot of work on theDaniel Veillard2005-02-161-0/+6
* Added IDC evaluation for attribute nodes. Made 'nil'ed elements work.Kasimier T. Buchcik2005-02-151-0/+1
* This change started out as a simple desire to speed up theWilliam M. Brack2005-02-131-1/+2
* added a streaming pattern detector for a subset of XPath, should helpDaniel Veillard2005-01-301-0/+14
* Added an initial skeleton for indentity-constraints. This is all definedKasimier T. Buchcik2005-01-272-0/+12
* warning patches from Peter Breitenlohner serious DTD parsing speedups,Daniel Veillard2005-01-251-0/+12
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-0/+4
* a single lock version mostly avoid the cost penalty of the lock in case ofDaniel Veillard2005-01-211-0/+7
* trying to fix at least the message from bug #158628 added first xmlsaveDaniel Veillard2005-01-161-0/+11
* Exposed targetNamespace for simple/complex types, model groups, attributeKasimier T. Buchcik2005-01-131-0/+3
* extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return errorDaniel Veillard2005-01-121-0/+2
* William noticed I forgot to add special support for xmlmodules.c defineDaniel Veillard2005-01-091-0/+11
* fixing col information in xmlParserInput and propagating column into xmlErrorAleksey Sanin2005-01-051-2/+2