blob: f989addddf58cd3685aa1c893e8a40ca4642ffb6 [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:foo()" />
</xsl:template>
</xsl:stylesheet>