xslt-processor
xslt-processor copied to clipboard
Support XSLT 1.0 current() function
https://www.w3.org/TR/xslt-10/#function-current
Example workaround:
<xsl:variable name="currentName" select="@name"/>
<xsl:apply-templates select="/nodes[@name=$currentName]"/>