[XML-SIG] comparing xml documents

Mark McEahern marklists@mceahern.com
Wed, 29 Aug 2001 18:36:00 -0700


> YES! A ton!
> 
> <chapter><title>...</title>
> ...
> </chapter>
> <chapter><title>...</titel>
> ...
> </chapter>
> 
> Every XHTML web page in the world depends on order.

Hmm, in that case, doc1.toxml()==doc2.toxml() is probably just right, then?

What do folks generally do when they want to compare two xml documents?

// m