summaryrefslogtreecommitdiff
path: root/tests/general/bug-53.xsl
blob: a314d4099c85006508edbc6c617161927df6d545 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<xsl:output method="text"/>

<xsl:template match="doc">
<xsl:value-of select="@defatt"/>
</xsl:template>

</xsl:stylesheet>