I have downloaded the node source and required the module: ``` javascript XPath=require('./util/wgxpath'); XPath.install(); ``` it gives no errors. But now how to evaluate an available DOM and valid structure (supposed to have one within node)? On a browser I have copied the install file in the Chrome `console` and the I did ``` javascript wgxpath.install() ``` But I cannot see there the `.test` object ``` javascript wgxpath.test undefined ```
I have downloaded the node source and required the module:
it gives no errors.
But now how to evaluate an available DOM and valid structure (supposed to have one within node)?
On a browser I have copied the install file in the Chrome
consoleand the I didBut I cannot see there the
.testobject