blob: 5290b9f96c8fde1991e43c52273c55d8ef4669bc [file] [log] [blame]
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:f="urn:my">
<xsl:template match="/">
<xsl:value-of select="<selection>1+1</selection>" />
</xsl:template>
</xsl:stylesheet>