diff options
Diffstat (limited to 'libxslt/tests/general/bug-92.out')
-rw-r--r-- | libxslt/tests/general/bug-92.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libxslt/tests/general/bug-92.out b/libxslt/tests/general/bug-92.out new file mode 100644 index 0000000..032a264 --- /dev/null +++ b/libxslt/tests/general/bug-92.out @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<toto n="xsl:stylesheet"> + <toto n="xsl:output"/> + <toto n="xsl:template"> + <toto n="xsl:element"> + <toto n="xsl:attribute"> + <toto n="xsl:value-of"/> + </toto> + <toto n="xsl:apply-templates"/> + </toto> + </toto> + <toto n="xsl:template"/> + <toto n="xsl:template"/> + <toto n="xsl:template"/> +</toto> |