blob: d9ec8d55fe327aa92f59495c615c7e853e018661 [file] [log] [blame]
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xss="http://www.w3.org/2001/XMLSchema"
xmlns:n="urn:my">
<xsl:template match="/">
<xsl:value-of select="1 treat as xss:boolean" />
</xsl:template>
</xsl:stylesheet>