I use node.js on windows. I want to evaluate xpath so I’m looking for a node.js xml module that can do this (not sax). So far I found Libxmljs but I am not able to install it on windows.
Any idea?
EDIT: I prefer not to use cygwin as more people will work on this and my experience is that cygwin will be confusing.
EDIT: This is the solution
I found it – use xmldom with xpath.js. Full details are here.