master
Cleanups, fixes, tests: - libxslt/documents.[ch] libxslt/functions.c libxslt/imports.c libxslt/xslt.c libxslt/xsltInternals.h: changed teh way to store Includes, more document changes - libxslt/xsltutils.c: fix the output of doctype and what is or is not HTML - tests/REC/*.out tests/REC2/html.xml : changed output accordingly - tests/Makefile.am tests/documents/* : added a new test from Stric exercising document() among other things Daniel
tests: Port most of the test suite to C
changed the test to use doc%5Ffile instead of doc%20file, this is
added a test for URI-escaping on document() input Daniel
fixed #101502 by applying and cleaning up the associated patch from Daniel
small fix for xsl:message by Stephane GUIBOU added a specific regression
tests: Fix expected error after libxml2 change
fixing a segfault in document(), bug #105418 add the specific test as