Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem casting org.w3c.dom.Document to oracle.xml.parser.v2.XMLDocument

ow008057Aug 26 2005 — edited Sep 1 2005
I have the following problem:

I get my xml-documents as an XMLType from the database and want to compare these using the supplied Oracle class oracle.xml.differ.XMLDiff (i use the java version supplied with Oracle 9i r2).

XMLType.getDOM() returns the xml-document as a org.w3c.dom.Document,
what i need for oracle.xml.differ.XMLDiff is a oracle.xml.parser.v2.XMLDocument.

How can i cast/convert between these two formats?

thanks!


p.s. cross-posting with 1043318 (but i think this forum is more relevant).
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2005
Added on Aug 26 2005
5 comments
3,438 views