<br><font size=2 face="sans-serif">I am getting the following problem when
using xpath (via jaxen) :</font>
<br>
<br><font size=2 face="sans-serif">java.lang.NoSuchMethodError: org.jdom.Element.getParent()Lorg/jdom/Element;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.jdom.DocumentNavigator.getParentAxisIterator(DocumentNaviga</font>
<br><font size=2 face="sans-serif">tor.java:252)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.util.AncestorAxisIterator.createIterator(AncestorAxisIterat</font>
<br><font size=2 face="sans-serif">or.java:89)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.util.StackedIterator.internalCreateIterator(StackedIterator</font>
<br><font size=2 face="sans-serif">.java:118)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.util.StackedIterator.init(StackedIterator.java:106)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.util.StackedIterator.&lt;init&gt;(StackedIterator.java:90)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.util.AncestorAxisIterator.&lt;init&gt;(AncestorAxisIterator.java:</font>
<br><font size=2 face="sans-serif">76)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.DefaultNavigator.getAncestorAxisIterator(DefaultNavigator.j</font>
<br><font size=2 face="sans-serif">ava:122)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.expr.iter.IterableAncestorAxis.iterator(IterableAncestorAxi</font>
<br><font size=2 face="sans-serif">s.java:82)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.expr.DefaultStep.axisIterator(DefaultStep.java:139)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.expr.DefaultLocationPath.evaluate(DefaultLocationPath.java:</font>
<br><font size=2 face="sans-serif">188)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.expr.DefaultXPathExpr.asList(DefaultXPathExpr.java:107)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.BaseXPath.selectNodesForContext(BaseXPath.java:716)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.BaseXPath.selectNodes(BaseXPath.java:239)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jaxen.BaseXPath.selectSingleNode(BaseXPath.java:262)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jdom.xpath.JaxenXPath.selectSingleNode(JaxenXPath.java:154)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; at org.jdom.xpath.XPath.selectSingleNode(XPath.java:368)</font>
<br>
<br><font size=2 face="sans-serif">I was wondering if anyone else had run
into this or had a solution.</font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br><font size=2 face="sans-serif">Scott Corley</font>