summaryrefslogtreecommitdiff
path: root/tests/general/bug-68.xsl
blob: 23fc5b0a36fc4c64747ee680c02bdd1cc54ef4b1 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<IMG a=""/>
</xsl:template>
</xsl:stylesheet>