aboutsummaryrefslogtreecommitdiffstats
path: root/result/XPath/xptr/strrange2
Commit message (Collapse)AuthorAgeFilesLines
* uninitialized field and fix on test. DanielDaniel Veillard2005-08-251-1/+1
| | | | | | * debugXML.c result/XPath/xptr/strrange2: uninitialized field and fix on test. Daniel
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-1/+1
| | | | | | | | | | | * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h: added a parser XML_PARSE_COMPACT option to allocate small text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits) directly within the node, various changes to cope with this. * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this slightly change the output 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