Steve Muench wrote:

>This means you need to load the org.w3c.dom.Element
>interface (along with the rest of DOM) into the database, too.
>
>Apparently xerces.jar does not bundle the DOM interfaces
>in there.
>
>If you load the Oracle XML Parser for Java into the database,
>it contains the DOM classes in the same JAR, so that would
>be another route.
>
You might also load the file xmlParserAPIs.jar (which is shipped
with Xerces) into your server internal JVM.  It contains the DOM
interfaces that were missing.

Greetings, Harald


Reply via email to