This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: AbstractMethodError when using XPathAPI.selectNodeList()


> java.lang.AbstractMethodError:
> org/apache/xerces/dom/NodeImpl.isSupported
>

The isSupported() method is present in some versions of DOM and not others,
so you'll probably fix the problem by making sure that the latest DOM
classes appear on your classpath ahead of any older versions.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]