Friday, March 24, 2006

Comparing XML Documents with Oracle's XDK 10g for Java

Comparing XML Documents with Oracle's XDK 10g for Java: "Comparing XML Documents with Oracle's XDK 10g for Java
Using Oracle's XDK 10g, you can reduce the process of comparing XML documents to a simple set of library calls that let you determine if the documents are the same, see what the differences are, or use the compare information to generate other documents.

by Deepak Vohra
March 22, 2006

As a J2EE developer you might sometimes be interested in comparing a modified XML document with the pre-modified version of that document. Or you might want to compare two XML documents that are both based on the same DTD or XML schema. This article is designed to give you the information you need to answer two questions:

* Is one XML document the same as another?
* What are the differences between two XML documents?"

No comments: