[Home] [By Thread] [By Date] [Recent Entries]
Am 07.03.2019 um 12:23 schrieb Mukul Gandhi gandhi.mukul@xxxxxxxxx:
The examples for those two functions seem a bit artificial as the problem they solve could be easily solved with B B string-join($inpValues, '.') respectively B string-join(reverse($inpValues), '.') in earlier XPath versions without any need for higher-order functions and recursion or just as well at the XSLT level with B <xsl:value-of select="$inputValues" separator="."/> respectively B <xsl:value-of select="reverse($inputValues)" separator="."/>
|

Cart



