[jdom-interest] Runtime Dependency of JDOM => saxpath

Bradley S. Huffman hip at cs.okstate.edu
Thu Apr 1 14:41:17 PST 2004


Jason Hunter writes:

> Right, our default XPath implementation is Jaxen which uses saxpath. 
> Could whoever's most familiar with the saxpath changes let me know how 
> best to get current?

Change import org.saxpath.*; to import org.jaxen.saxpath.*; in src/java/
org/jdom/xpath/JaxenXPath.java. Remove the 3 lines with saxpath in them
from build.xml. Remove saxpath.jar from ./lib. Replace jaxen-core.jar,
jaxen-jdom.jar. Build clean, build :-)

Brad



More information about the jdom-interest mailing list