Menu

xpath engine released

Fully XPath 1.0 compliant parser and processor.
Features include late variable and namespace binding, allowing for
safe caching of complete parsed expressions.
to try it download the release jar, set your classpath to include (from CVS tagbox/lib):
jcup.jar
the DOM level 2 interfaces and jaxp - xalan.jar
and the xpath.jar itself.
then run:
java org.tagbox.xpath.test [expr] [file]
where [expr] should be a vaild XPath expression (enclose in quotes to avoid shell expansion) and [file] is the xml data file that the expression is evaluated against.

pls let me know if you want to try it out but run into problems with the above instructions.

/m

ps javadocs are available in a separate zip file

Posted by Martin Klang 2002-04-22

Log in to post a comment.