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

Missing generate-id function

Open TheKnarf opened this issue 7 years ago • 1 comments

The generate-id function generates a unique id for the first node in a given node-set and returns a string containing that id. This function is an XSLT-specific addition to XPath. It is not a part of the core XPath function library. - MDN

TheKnarf avatar Jan 28 '19 14:01 TheKnarf

See #37, at least you get a better error message.

berenddeboer avatar Jan 03 '20 06:01 berenddeboer

https://github.com/DesignLiquido/xslt-processor/pull/57

leonelsanchesdasilva avatar Jul 10 '23 15:07 leonelsanchesdasilva