master
More work toward 2.2.5, integrated a number of patches - 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
Revamped HTML parsing, lots of bug fixes for HTML stuff, 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
Don't normalize namespace URIs in XPointer xmlns() scheme
fixed the bug in lang() as raised by Elliotte Rusty Harold added a
Further enhancement for XPath streaming, consolidated with schemas usage
Added regression tests for the latest XPath/pattern fixes.
Fix axis traversal from attribute and namespace nodes
Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
Fix comparison of nodesets to strings
xpath: Fix parsing of non-ASCII names
- configure.in: releasing 2.2.4 - 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
Added XPointer: - configure.in Makefile.am include/makefile.am: adding