You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: