| Commit message (Expand) | Author | Age | Files | Lines |
* | added a new API xmlXIncludeProcessTree() to process XInclude only on a | Daniel Veillard | 2003-07-22 | 1 | -0/+1 |
* | adding Get interface for the error callback and parameters of parsing and | Daniel Veillard | 2003-07-18 | 1 | -0/+8 |
* | applied the BCB patch by Eric Zurcher | Igor Zlatkovic | 2003-06-14 | 2 | -3/+3 |
* | applied a patch from Gman for building docs applied a patch from Gary | Daniel Veillard | 2003-06-09 | 1 | -0/+4 |
* | commiting some work done while in the Maldives (hence the timezone on the | Daniel Veillard | 2003-06-02 | 1 | -0/+1 |
* | patch from Stéphane Bidoul for setting up threads global defaults. this | Daniel Veillard | 2003-05-15 | 1 | -0/+20 |
* | added --schema option to run WXS schema validation tried to improve error | Daniel Veillard | 2003-05-12 | 1 | -0/+2 |
* | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of | Daniel Veillard | 2003-04-24 | 2 | -2/+2 |
* | a lot of performance work especially the speed of streaming through the | Daniel Veillard | 2003-04-21 | 1 | -0/+1 |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 2 | -0/+37 |
* | added support for large file, tested with a 3+GB instance, and some | Daniel Veillard | 2003-04-18 | 1 | -1/+6 |
* | augnemting the APIs, cleanups. cleanup bug #111005 added some missing | Daniel Veillard | 2003-04-17 | 2 | -0/+7 |
* | implemented streaming of RelaxNG (when possible) on top of the xmlReader | Daniel Veillard | 2003-04-15 | 2 | -0/+19 |
* | integrated the regexp based validity checking of fragments of the document | Daniel Veillard | 2003-04-14 | 1 | -1/+3 |
* | Starting work precompiling parts of RelaxNG schemas. Not plugged onto | Daniel Veillard | 2003-04-13 | 2 | -0/+10 |
* | make sure xmllint --stream and xmllint --stream --valid returns errors | Daniel Veillard | 2003-04-11 | 1 | -0/+1 |
* | Added the Expand() and Next() operation to work on subtrees within the | Daniel Veillard | 2003-04-11 | 1 | -0/+2 |
* | exported htmlCreateMemoryParserCtxt() it was static Daniel | Daniel Veillard | 2003-04-09 | 1 | -0/+3 |
* | update from Charles Bozeman for date and duration types updated too Daniel | Daniel Veillard | 2003-04-09 | 1 | -0/+1 |
* | fixing bug #107129, removing excessive allocation and calls to *printf in | Daniel Veillard | 2003-04-07 | 2 | -9/+18 |
* | implemented comparisons for Schemas values. fixed some bugs in duration | Daniel Veillard | 2003-03-28 | 1 | -0/+2 |
* | fixed bugs and memory leaks in the W3C XML Schemas code implemented | Daniel Veillard | 2003-03-27 | 1 | -0/+1 |
* | first part of the fix to performance bug #108905, adds | Daniel Veillard | 2003-03-26 | 1 | -0/+1 |
* | fixed some problems related to #75813 about handling of Result Value Trees | Daniel Veillard | 2003-03-24 | 1 | -6/+1 |
* | fixing bug #108976 get the ID/REFs to reference the ID in the document | Daniel Veillard | 2003-03-23 | 1 | -0/+8 |
* | added Datatype ID and IDREF, usable from RelaxNG now need to add a new | Daniel Veillard | 2003-03-18 | 2 | -0/+5 |
* | fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF | Daniel Veillard | 2003-03-17 | 1 | -1/+2 |
* | switched back to the previous Relax-NG code base, the derivation algorithm | Daniel Veillard | 2003-03-16 | 1 | -1/+2 |
* | After coming to the conclusion that the original RelaxNG validation code | Daniel Veillard | 2003-03-15 | 1 | -0/+5 |
* | after and exchange with James Clark it appeared I had bug in URI parsing | Daniel Veillard | 2003-03-07 | 1 | -0/+38 |
* | adding xmlNanoFTPDele() from Philipp Dunkel Daniel | Daniel Veillard | 2003-03-05 | 1 | -0/+2 |
* | added param support for relaxng type checking, started to increment the | Daniel Veillard | 2003-02-27 | 1 | -0/+7 |
* | obsoleted xmlNormalizeWindowsPath | Igor Zlatkovic | 2003-02-19 | 1 | -1/+5 |
* | introduced xmlCanonicPath | Igor Zlatkovic | 2003-02-19 | 1 | -0/+1 |
* | float/double check bugfix exported a function for NMTOKEN validation add a | Daniel Veillard | 2003-02-18 | 1 | -3/+5 |
* | more bug-hunting added --tree to dump the intermediate rng tree patch from | Daniel Veillard | 2003-02-16 | 1 | -0/+2 |
* | more testing on the Relax-NG front, cleaning up the regression tests | Daniel Veillard | 2003-02-14 | 1 | -0/+3 |
* | comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 | Daniel Veillard | 2003-02-05 | 1 | -0/+2 |
* | applied HTML improvements from Nick Kew, allowing to do more checking to | Daniel Veillard | 2003-02-05 | 1 | -1/+43 |
* | oops forgot a new header, daniel | Daniel Veillard | 2003-01-23 | 1 | -1/+2 |
* | First commit of the new Relax-NG validation code, not generally useful | Daniel Veillard | 2003-01-23 | 1 | -0/+62 |
* | patch from Stéphane Bidoul for better per context error message APIs | Daniel Veillard | 2003-01-20 | 1 | -10/+12 |
* | applied a patch from Stéphane Bidoul to allow per XMLtextReader error and | Daniel Veillard | 2003-01-16 | 1 | -0/+24 |
* | fixed --with-threads compile fixed --without-debug compile cleanup add a | Daniel Veillard | 2003-01-07 | 2 | -2/+3 |
* | applied an old patch from Lukas Schroeder to track node creation and | Daniel Veillard | 2003-01-01 | 1 | -0/+27 |
* | Fixed a really nasty problem raised by a DocBook XSLT transform provided | Daniel Veillard | 2002-12-30 | 1 | -0/+1 |
* | extended the XmlTextReader API a bit, addding accessors for the current | Daniel Veillard | 2002-12-28 | 1 | -2/+5 |
* | working on DTD validation on top of xml reader interfaces. Allows to | Daniel Veillard | 2002-12-20 | 3 | -1/+17 |
* | more work on the xml reader interfaces. updated Igor's mail and the Web | Daniel Veillard | 2002-12-18 | 1 | -0/+15 |
* | Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. | Daniel Veillard | 2002-12-16 | 1 | -0/+5 |