summaryrefslogtreecommitdiff
path: root/tests/general/bug-91.xsl
blob: 7fc5fffffa2d8a2c29009077207d96993b3b3316 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" encoding="iso-8859-1"/>
<xsl:template match="/*">
<xsl:value-of select="text()" disable-output-escaping="yes"/>
</xsl:template>
</xsl:stylesheet>