blob: ce64f1721e94d8f1bef3e062155bedb1dd0d1f85 [file] [log] [blame]
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xsl:template match="/">
<xsl:variable name="x" select="." as="xs:NMTOKEN"/>
</xsl:template>
</xsl:stylesheet>