aboutsummaryrefslogtreecommitdiffstats
path: root/result/XPath
Commit message (Collapse)AuthorAgeFilesLines
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-0/+20
| | | | | | | | | | | * xpath.c: applied patch from Richard Jinks for the namespace axis + fixed a memory error. * parser.c parserInternals.c: applied patches from Peter Jacobi removing ctxt->token for good. * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks popped out by the regression tests. * Makefile.am: patch for threads makefile from Gary Pennington Daniel
* patch from Richard Jinks for XPath substring() function new set of testsDaniel Veillard2002-06-101-4/+40
| | | | | | * xpath.c: patch from Richard Jinks for XPath substring() function * result/XPath/expr/strings test/XPath/expr/strings: new set of tests Daniel
* another XPath conformance patch from Richard Jinks DanielDaniel Veillard2002-04-242-0/+24
| | | | | | | * test/XPath/expr/floats test/XPath/expr/functions result/XPath/expr/floats result/XPath/expr/functions xpath.c: another XPath conformance patch from Richard Jinks Daniel
* another patch from Richard Jinks for substring conformance update of theDaniel Veillard2002-04-102-0/+24
| | | | | | | | * xpath.c: another patch from Richard Jinks for substring conformance * test/XPath/expr/floats test/XPath/expr/strings result/XPath/expr/floats result/XPath/expr/strings: update of the test suite to check those. Daniel
* more patches from Richard Jinks Updated tests though they show aDaniel Veillard2002-03-275-5/+321
| | | | | | | | | | | * trionan.c trionan.h xpath.c: more patches from Richard Jinks * test/XPath/expr/compare test/XPath/expr/equality test/XPath/expr/floats test/XPath/expr/functions test/XPath/expr/strings result/XPath/expr/compare result/XPath/expr/equality result/XPath/expr/floats result/XPath/expr/functions result/XPath/expr/strings: Updated tests though they show a divergence on Linux Daniel
* - xpath.c result/XPath/expr/floats : clarified and cleanupDaniel Veillard2001-05-031-3/+3
| | | | | printing of abnormal floats in tests. Daniel
* trio upgrade and integrationBjorn Reese2001-04-211-0/+8
|
* Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -Daniel Veillard2001-04-051-1/+19
| | | | | | | | Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - test/XPath/tests/simpleaddr: extended test - result/XPath/simpleaddr: updated result Daniel
* - xpath.c: finally implemented xmlXPathCompareNodeSetsDaniel Veillard2001-02-211-0/+52
| | | | | | - test/XPath/expr/floats results/XPath/expr/floats: added a test for float expressions Daniel
* testing and bug fixing related to XSLT:Daniel Veillard2001-02-131-10/+10
| | | | | | | | | | - xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and on predicate - HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one really want to have tags closed on output even if we accept unclosed ones on input Daniel
* Fixes inherited from XSLT testing:Daniel Veillard2001-01-312-4/+12
| | | | | | | | - xpath.c result/XPath/tests/chaptersbase result/XPath/tests/simplebase: fixed XPath node() - tree.c: small fix in xmlNewNs() - Makefile.am: removed extraneous xml2Conf.sh rule Daniel
* General fixes, XPointer improvements:Daniel Veillard2000-11-242-0/+123
| | | | | | | | | | - HTMLparser.c: some fixes on auto-open of html/head/body - encoding.c: fixed a compilation error on some gcc env - xpath.c xpointer.[ch] xpathInternals.h: improved the XPointer implementation - test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added related XPointer tests and associated results Daniel
* - parser.[ch]: added xmlIOParseDTD()Daniel Veillard2000-10-301-0/+64
| | | | | | | | | - xpointer.c: added support for the 2 extra parameters of string-range, fixed a stoopid error when '0' was present in XPointer expressions - test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added testsuite for the above Daniel
* More work on XPointerDaniel Veillard2000-10-132-0/+36
| | | | | | | | - xpath.c xpointer.c: XPointer reorder of ranges start/end and string-range for empty strings - test/XPath/docs/str test/XPath/xptr/chaptersrange test/XPath/xptr/strrange: augmented the XPointer testsuite Daniel
* Going forward in XPointer implementation:Daniel Veillard2000-10-121-0/+76
| | | | | | | | - testXPath.c xpath.[ch]: moved some debug functions to xpath core - xpointer.c: implemented string-range() at least a good first version - test/XPath/docs/str test/XPath/xptr/strrange result/XPath/xptr/strrange: the string-range() tests Daniel
* Added XPointer: - configure.in Makefile.am include/makefile.am: addingDaniel Veillard2000-10-109-0/+266
| | | | | | | | | | Added XPointer: - configure.in Makefile.am include/makefile.am: adding XPointer and XPtrtests target - xpointer.[ch] : new files for XPointer support - test/XPath/xptr result/XPath/xptr: added XPointer testsuite and more XPath tests Daniel
* More work toward 2.2.5, integrated a number of patchesDaniel Veillard2000-10-106-144/+144
| | | | | | | | | | | | | | | - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel
* More work and fixes on XPath:Daniel Veillard2000-10-0411-24/+421
| | | | | | | - debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath examples with the extra test Daniel
* Big XPath cleanup continues, one URI fix:Daniel Veillard2000-10-021-0/+24
| | | | | | | | | - xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation engine, should be far more stable, incorporated a new version of preceding/following axis, need testing - uri.c: fixed file:///c:/a/b/c problem - test/XPath/tests/idsimple: augmented the XPath tests Daniel
* - configure.in: releasing 2.2.4Daniel Veillard2000-10-011-0/+9
| | | | | | | | | | - parser.[ch]: added xmlStrEqual() - HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to use xmlStrEqual instead - TODO: updated - added an XPath test Daniel
* Revamped HTML parsing, lots of bug fixes for HTML stuff,Daniel Veillard1999-10-142-0/+48
| | | | | | | Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
* Release 1.6, lot of fixes, more validation, code cleanup, added namespaceDaniel Veillard1999-08-293-9/+16
| | | | on attributes, Daniel.
* Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... DanielDaniel Veillard1999-08-103-0/+41
|
* Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, DanielDaniel Veillard1999-07-271-1/+3
|
* Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and ↵Daniel Veillard1999-07-156-0/+114
docs, Daniel