ilinsky / jquery-xpath

jQuery XPath plugin (with full XPath 2.0 language support)
180 stars 64 forks source link

Add support for generate-id() #18

Closed raffazizzi closed 8 years ago

raffazizzi commented 8 years ago

It looks like quite a few XPath 2.0 functions are not yet supported. generate-id() is one that is particularly useful: https://www.w3.org/2005/xpath-functions/#generate-id

ilinsky commented 8 years ago

Hm.. The version http://www.w3.org/2005/xpath-functions/ appear to be specifying functions for XPath 3.0, while the scope of the current implementation is XPath 2.0 And the function generate-id() is not part of it.. Closing this issue.