* tests/docs/Makefile.am tests/docs/bug-105.xml
tests/general/Makefile.am tests/general/bug-105*: added the
example for bug #106788 from James Clark in the regression tests,
the bug fix is actually in libxml2
Daniel
+Sun Feb 23 14:52:57 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+ * tests/docs/Makefile.am tests/docs/bug-105.xml
+ tests/general/Makefile.am tests/general/bug-105*: added the
+ example for bug #106788 from James Clark in the regression tests,
+ the bug fix is actually in libxml2
+
Sun Feb 23 14:25:13 CET 2003 Daniel Veillard <daniel@veillard.com>
* libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from
bug-102.xml \
bug-103.xml \
bug-104.xml \
+ bug-105.xml \
character.xml \
array.xml \
items.xml
bug-102-inc.out bug-102-inc.xsl \
bug-103.out bug-103.xsl \
bug-104.out bug-104.xsl \
+ bug-105.out bug-105.xsl \
character.out character.xsl \
character2.out character2.xsl \
itemschoose.out itemschoose.xsl \
--- /dev/null
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="/">
+ <doc att="	
"><xsl:text>
</xsl:text></doc>
+</xsl:template>
+
+</xsl:stylesheet>