[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: How to compare two DOM Node and XML file?


comparing dom trees
Hi,

I've had the same problem, and solved it by cheating a bit. Starting
with two DOM trees:

1. Normalize both documents, removing extraneous whitespace, etc.
2. Serialize the documents to strings.
3. Compare string lengths. If they are not equal, the documents
   are not equal.
4. Iterate over the characters in the strings, summing the values
   of the code points.
5. Compare the sums. If they are equal, the documents are (probably)
   equal.

>From an XML viewpoint there are so many things wrong with this approach
that I don't know where to start. For example, a character and the
corresponding character entity won't be considered equal, it is quite
possible to have two different documents that get the same sums, etc.

>From a practical standpoint, when unit testing applications that produce
XML documents, it has worked well so far.

/Henrik Mårtensson

On Thu, 2005-08-04 at 10:41, Li Yuejiong(John) wrote:
> Ranjan,
> 
> I use xmlunit these days and think it's quite good. Now I encounter one
> problem. I find when I compare two XML Document, the result is sensible
> to the sequence of the Node. 
> 
> Is it a bug? Or I miss something?
> 
> Thanks,
> John
> 
> -----Original Message-----
> From: Baisak, Ranjan [mailto:ranjan_baisak@m...] 
> Sent: Monday, July 11, 2005 7:27 PM
> To: Li Yuejiong(John); xml-dev@l...
> Subject: RE:  How to compare two DOM Node and XML file?
> 
> Look for xmlunit.sourceforge.net. 
> 
> 
> regards,
> -Ranjan
> 
> -----Original Message-----
> From: Li Yuejiong(John) [mailto:john_li@m...]
> Sent: Monday, July 11, 2005 4:53 PM
> To: xml-dev@l...
> Subject:  How to compare two DOM Node and XML file?
> 
> Hello,
> 
> Is there any Java API to compare two DOM Node equal or not?  
> 
> And is there any Java API to compare two XML file equal or not?
> 
> Thanks,
> John
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
> 
> 
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
> 


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.