- 11 Apr, 2003 2 commits
-
-
Daniel Veillard authored
* xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure xmllint --stream and xmllint --stream --valid returns errors code appropriately Daniel
-
Daniel Veillard authored
* xmlreader.c include/libxml/xmlreader.h: Added the Expand() and Next() operation to work on subtrees within the reader framework. * doc/libxml2-api.xml python/libxml2class.txt: resulting updates * python/tests/reader5.py: added an example for those new functions of the reader. Daniel
-
- 10 Apr, 2003 2 commits
-
-
Daniel Veillard authored
* HTMLtree.c: patch from Vasily Tchekalkin to fix #109865 Daniel
-
Daniel Veillard authored
* xmlreader.c: fixing HasValue for namespace as raised by Denys Duchier Daniel
-
- 09 Apr, 2003 2 commits
-
-
Daniel Veillard authored
* HTMLparser.c include/libxml/HTMLparser.h: exported htmlCreateMemoryParserCtxt() it was static Daniel
-
Daniel Veillard authored
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: update from Charles Bozeman for date and duration types * test/schemas/date_0.* test/schemas/dur_0.* result/schemas/date_0.* result/schemas/dur_0.*: updated too Daniel
-
- 08 Apr, 2003 2 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
-
- 07 Apr, 2003 2 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h: fixing bug #107129, removing excessive allocation and calls to *printf in the code to build QName strings. Daniel
-
- 05 Apr, 2003 2 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
- 04 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* parser.c: fixed a possible problem with xmlRecoverMemory() Daniel
-
- 03 Apr, 2003 1 commit
-
-
Daniel Veillard authored
* trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c triostr.h: Bjorn sent an update for the TRIO portability layer. Daniel
-
- 01 Apr, 2003 4 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Daniel Veillard authored
* configure.in NEWS: preparing release 2.5.6 * doc/*: updated and rebuilt the docs Daniel
-
Daniel Veillard authored
* SAX.c: fixed an uninitialized memory access pointed by valgrind on C14Ntests Daniel
-
- 31 Mar, 2003 5 commits
-
-
Daniel Veillard authored
* relaxng.c: one more fixup of error message reporting Daniel
-
Daniel Veillard authored
* relaxng.c: more work on bug #109225, and fixed an uninitialized variable pointed out by valgrind Daniel
-
Daniel Veillard authored
* relaxng.c: try to work on bug #109225 and provide better error reports. * result/relaxng/* : this change the output of a number of tests * xinclude.c: fixing the parsed entity redefinition problem raised on the list. * test/schemas/date_0.xsd: updated the date test c.f. E2-12 Daniel
-
Daniel Veillard authored
* xmlschemastypes.c: fixed date comparison to handle the tzo The only failures left are disagreements on Notations and '+1' not being allowed for ulong, uint, ushort and ubyte. Daniel
-
Daniel Veillard authored
* xmlschemastypes.c: fixed gMonth parsing routine accordingly to the XML Schemas errata http://www.w3.org/2001/05/xmlschema-errata#e2-12 Daniel
-
- 30 Mar, 2003 1 commit
-
-
Daniel Veillard authored
* relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes and facets support. Currently only schemas with binHex or base64 don't compile. A few error left in the test suite: found 1035 test instances: 919 success 23 failures most are gdate or gdateyear failing check, and a few cases where James clark tests results are strange. * valid.c: allow to reuse the Notation checking routine without having a validation context. * SAX.c: removed a #if 0 Daniel
-
- 29 Mar, 2003 2 commits
-
-
Daniel Veillard authored
* xinclude.c: forgot to apply one check from #106931 patch * xmlschemastypes.c: more work on XML Schemas datatypes Daniel
-
Daniel Veillard authored
* relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work on cleaning up XML Schemas datatypes based on James Clark tests test/xsdtest/xsdtest.xml Daniel
-
- 28 Mar, 2003 1 commit
-
-
Daniel Veillard authored
* relaxng.c: implemented comparisons for Schemas values. * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed some bugs in duration handling, comparisons for durations and decimals, removed all memory leaks pointed out by James testsuite. Current status is now found 238 test schemas: 197 success 41 failures found 1035 test instances: 803 success 130 failures Daniel
-
- 27 Mar, 2003 5 commits
-
-
Daniel Veillard authored
* xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory leaks in the W3C XML Schemas code * xmlschemastypes.c: implemented nonPositiveInteger * test/schemas/length2_0.xsd result/schemas/length2_0_0.err: fixed the test and result. Daniel
-
Daniel Veillard authored
* HTMLparser.c tree.c: two patches from James Bursa on the HTML parser and a typo * xmlschemastypes.c: reindenting, fixing a memory access problem with dates. Daniel
-
Daniel Veillard authored
* parser.c: fixing #109227 providing more context in case of start/end tag mismatch * python/tests/ctxterror.py python/tests/readererr.py: update the tests accordingly Daniel
-
Daniel Veillard authored
* xinclude.c: should fix #109327 errors on memory accesses Daniel
-
Daniel Veillard authored
* HTMLtree.c: Fixed reopening of #78662 <form action="..."> is an URI reference Daniel
-
- 26 Mar, 2003 3 commits
-
-
Daniel Veillard authored
* xpath.c: fixed bug #109160 on non-ASCII IDs Daniel
-
Daniel Veillard authored
* parser.c: Norm suggested a nicer error message for xml:space values errors Daniel
-
Daniel Veillard authored
* xpath.c include/libxml/xpath.h: first part of the fix to performance bug #108905, adds xmlXPathOrderDocElems() providing document order for nodes. * python/libxml.c: Python may require TRIO as Albert Chin pointed out Daniel
-
- 25 Mar, 2003 3 commits
-
-
Daniel Veillard authored
* xmlschemastypes.c: removing a warning with Sun compiler bug #109154 Daniel
-
MST 2003 John Fleck authored
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml * doc/xmllint.1 update xmllint man page with --relaxng option
-
Daniel Veillard authored
* python/setup.py.in : was missing "drv_libxml2.py" Daniel
-
- 24 Mar, 2003 2 commits
-
-
Daniel Veillard authored
* tree.c xpath.c: some changes related to the new way of handling Result Value Tree, before 2.5.5 Daniel
-
Daniel Veillard authored
* configure.in NEWS: preparing release 2.5.5 * doc/* : updated the documentation and regenerated it. Daniel
-