xslt-processor icon indicating copy to clipboard operation
xslt-processor copied to clipboard

Support XSLT 1.0 current() function

Open drekbour opened this issue 5 years ago • 0 comments

https://www.w3.org/TR/xslt-10/#function-current

Example workaround:

<xsl:variable name="currentName" select="@name"/>
<xsl:apply-templates select="/nodes[@name=$currentName]"/>

drekbour avatar Jan 07 '20 10:01 drekbour