Tagged Questions
0
votes
2answers
423 views
XSLT: How to pass a node value to a custom xsl:function?
I have a simple function that I want to pass the value of a node to.
<xsl:function name="f:getdatetimetype" as="xs:string">
<xsl:param name="code" as="xs:int"/>
...