DesignLiquido / xslt-processor

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

Export ExprContext so it an be used to parse xpath #25

Closed mig82 closed 5 years ago

mig82 commented 5 years ago

This constructor is required along with xpathParse in order to parse XPath expressions in Node context.

mig82 commented 5 years ago

As agreed. I've tested it and with this it should be enough to use xpathParse in a NodeJS environment.