| Commit message (Expand) | Author | Age | Files | Lines |
* | added schematron.h, oops ... Daniel | Daniel Veillard | 2005-07-28 | 1 | -1/+2 |
* | changed xmlPatterncompile signature to pass an int and not an enum since | Daniel Veillard | 2005-07-23 | 5 | -1/+155 |
* | applied a patch from Marcus Boerger to fix problems with calling | Daniel Veillard | 2005-07-21 | 7 | -24/+43 |
* | fixing bug #172215 about foreign namespaces by adding support for negated | Daniel Veillard | 2005-07-19 | 1 | -0/+8 |
* | applied patch from Marcus Boerger to route relaxng and schemas error | Daniel Veillard | 2005-07-13 | 2 | -0/+6 |
* | preparing to make testsuite releases along with code source releases fixed | Daniel Veillard | 2005-07-10 | 1 | -1/+1 |
* | fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader | Daniel Veillard | 2005-07-10 | 2 | -1/+11 |
* | try to avoid conflicts. Daniel | Daniel Veillard | 2005-07-10 | 1 | -1/+1 |
* | fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and | Daniel Veillard | 2005-07-09 | 1 | -0/+13 |
* | Added c-props-correct constraint to check for equal cardinality of | Kasimier T. Buchcik | 2005-07-08 | 1 | -0/+1 |
* | first steps toward a testsuite dist fixed bug #307870 Daniel | Daniel Veillard | 2005-07-05 | 1 | -0/+6 |
* | fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing | Daniel Veillard | 2005-07-03 | 1 | -2/+0 |
* | Added allocation/deallocation functions for the DOM-wrapper context. | Kasimier T. Buchcik | 2005-06-27 | 1 | -0/+4 |
* | Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and | Kasimier T. Buchcik | 2005-06-27 | 1 | -1/+26 |
* | avoid name glob in agruments as it matches the glob() routine. first steps | Daniel Veillard | 2005-06-26 | 1 | -2/+2 |
* | Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven | Kasimier T. Buchcik | 2005-06-15 | 1 | -1/+5 |
* | Further enhancement for XPath streaming, consolidated with schemas usage | William M. Brack | 2005-06-09 | 1 | -1/+15 |
* | Changed the validation process to be able to work in streaming mode. Some | Kasimier T. Buchcik | 2005-06-09 | 2 | -5/+51 |
* | applied patch from Rob Richards for xml:space and xml:lang handling with | Daniel Veillard | 2005-06-08 | 1 | -0/+1 |
* | Added output of canonical values in identity-constraint error messages. | Kasimier T. Buchcik | 2005-04-18 | 1 | -0/+4 |
* | Added "Particle correct 2" to parsing of model groups. Added handling | Kasimier T. Buchcik | 2005-04-08 | 1 | -2/+8 |
* | Committing again, since the CVS server aborted. | Kasimier T. Buchcik | 2005-04-01 | 1 | -2/+18 |
* | fixed #172260 redundant assignment. fixed xmlSAXParseDoc() and | Daniel Veillard | 2005-03-31 | 1 | -2/+2 |
* | special case "DAV:" namespace in c14n relative namespaces check and add | Aleksey Sanin | 2005-03-20 | 1 | -0/+2 |
* | Hopefully finished validation against facets to use the normalized value | Kasimier T. Buchcik | 2005-03-16 | 1 | -5/+12 |
* | In preparation to use normalized values of facets during validation: | Kasimier T. Buchcik | 2005-03-15 | 1 | -2/+11 |
* | some gcc4 portability patches, including a serious aliasing bug exposed in | Daniel Veillard | 2005-03-10 | 1 | -1/+6 |
* | Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; | Kasimier T. Buchcik | 2005-03-04 | 1 | -1/+3 |
* | applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added | Daniel Veillard | 2005-02-18 | 1 | -0/+7 |
* | Some experimental addition for parsing of expressions and streamable | Kasimier T. Buchcik | 2005-02-17 | 1 | -0/+4 |
* | Added validation for the attribute "id" in the schemata; doing this needed | Kasimier T. Buchcik | 2005-02-17 | 1 | -0/+4 |
* | Fixed comparison for default/fixed attribute values, if the type was | Kasimier T. Buchcik | 2005-02-17 | 1 | -0/+18 |
* | fix the comment to describe the real return values lot of work on the | Daniel Veillard | 2005-02-16 | 1 | -0/+6 |
* | Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. | Kasimier T. Buchcik | 2005-02-15 | 1 | -0/+1 |
* | This change started out as a simple desire to speed up the | William M. Brack | 2005-02-13 | 1 | -1/+2 |
* | added a streaming pattern detector for a subset of XPath, should help | Daniel Veillard | 2005-01-30 | 1 | -0/+14 |
* | Added an initial skeleton for indentity-constraints. This is all defined | Kasimier T. Buchcik | 2005-01-27 | 2 | -0/+12 |
* | warning patches from Peter Breitenlohner serious DTD parsing speedups, | Daniel Veillard | 2005-01-25 | 1 | -0/+12 |
* | added xmlHashCreateDict where the hash reuses the dictionnary for internal | Daniel Veillard | 2005-01-23 | 1 | -0/+4 |
* | a single lock version mostly avoid the cost penalty of the lock in case of | Daniel Veillard | 2005-01-21 | 1 | -0/+7 |
* | trying to fix at least the message from bug #158628 added first xmlsave | Daniel Veillard | 2005-01-16 | 1 | -0/+11 |
* | Exposed targetNamespace for simple/complex types, model groups, attribute | Kasimier T. Buchcik | 2005-01-13 | 1 | -0/+3 |
* | extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error | Daniel Veillard | 2005-01-12 | 1 | -0/+2 |
* | William noticed I forgot to add special support for xmlmodules.c define | Daniel Veillard | 2005-01-09 | 1 | -0/+11 |
* | fixing col information in xmlParserInput and propagating column into xmlError | Aleksey Sanin | 2005-01-05 | 1 | -2/+2 |
* | fixed namespace bug in push mode reported by Rob Richards added it to the | Daniel Veillard | 2005-01-04 | 1 | -11/+16 |
* | applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet to | Daniel Veillard | 2005-01-04 | 1 | -1/+1 |
* | making DSO support an option code and documentation cleanups regenerated | Daniel Veillard | 2005-01-04 | 1 | -1/+1 |
* | applied DSO support patch 2 from Joel Reed Daniel | Daniel Veillard | 2005-01-04 | 5 | -1/+79 |
* | GetLineNumber and GetColumnNumber functions for xmlReader | Aleksey Sanin | 2005-01-03 | 1 | -0/+7 |