Subject: AbstractMethodError when using XPathAPI.selectNodeList()
From: Dennis Thomas <dthomas@xxxxxxxxx>
Date: Tue, 03 Jul 2001 17:14:34 -0700
|
hi,
I'm having a problem while using Xalan-j_2_1_0 API calls viz.
org.w3c.dom.NodeList nl =
org.apache.xpath.XPathAPI.selectNodeList(domObj, "/abc/def");
& when i make the above call i keep getting
java.lang.AbstractMethodError:
org/apache/xerces/dom/NodeImpl.isSupported
Has anybody run into this before & is there a work around ?
tia,
dennis
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|