blob: f53c2bb5b91e8221c102d7d59878ba23f5e38320 [file] [log] [blame]
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:n="urn:my">
<xsl:function name="n:foo" />
<xsl:template match="/">
<xsl:value-of select="n:f<caret>" />
</xsl:template>
</xsl:stylesheet>