forked from yaronn/xpath.js
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Can we implement compilation XPath expression to JS code or maybe to JS function which build body on compilation stage?
I want to write xpath expression once and then got function which can execute only this expression with any document. It may be faster and if we can generate JS code, we can generate it once and not use all xpath package in runtime on client.
Can we implement it or it too complexity for scope of this package? Maybe you know about other packages which can do it?
Metadata
Metadata
Assignees
Labels
No labels