Tags
Xslt
- array:fold-right()
19 Apr 2026
Accumulates a result by applying a function to each array member from right to left, starting with a seed value.
- array:for-each-pair()
19 Apr 2026
Returns a new array by applying the function to corresponding members of two arrays of the same size.
- array:for-each()
19 Apr 2026
Returns a new array where each member is the result of applying the function to the corresponding member of the input array.
- array:insert-before()
19 Apr 2026
Returns a new array with the given members inserted before the specified 1-based position.
- array:remove()
19 Apr 2026
Returns a new array with the members at the specified 1-based positions removed.
- array:sort()
19 Apr 2026
Returns a new array with members sorted using an optional collation and key function.
- available-environment-variables()
19 Apr 2026
Returns a sequence of strings naming the environment variables that are available to the processor.
- copy-of()
19 Apr 2026
Returns a deep copy of all nodes in the sequence, detached from the original document.
- current-merge-group()
19 Apr 2026
Returns the sequence of items in the current merge group inside an xsl:merge-action block.
- current-merge-key()
19 Apr 2026
Returns the current merge key value inside an xsl:merge-action block.