blob: d5a45c550fe8aee61a8674ac17a31165de3dd9a7 [file] [log] [blame]
<!-- Test elements and attributes with namespaces -->
<xsl:stylesheet xml:lang="en">
<xsl:template match=".">
<xsl:text>Hello World</xsl:text>
</xsl:template>
</xsl:stylesheet>