What's difference between xom xpath impl. and jaxp xpath impl.?
Most posts on this site say to use nu.xom
over org.w3c.dom
in java, and that dom parsing is faster than xpath. Why would you use nu.xom
over jaxp xpath
if the only use of the libraries would be for xpath queries?