Can anyone recommend me a java library to allow me XPath Queries over URLs? I\'ve tried JAXP without success.
Thank you.
I've used JTidy to make HTML into a proper DOM, then used plain XPath to query the DOM.
If you want to do cross-document/cross-URL queries, better use JTidy with XQuery.