DesignLiquido / xslt-processor

A JavaScript XSLT processor without native library dependencies
GNU Lesser General Public License v3.0
95 stars 30 forks source link

Missing generate-id function #24

Closed TheKnarf closed 1 year ago

TheKnarf commented 5 years ago

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

berenddeboer commented 4 years ago

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

leonelsanchesdasilva commented 1 year ago

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