Subject: RE: AbstractMethodError when using XPathAPI.selectNodeList()
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 4 Jul 2001 09:30:10 +0100
|
> 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
|