[XML-SIG] comparing xml documents

Paul Prescod paulp@ActiveState.com
Wed, 29 Aug 2001 18:25:13 -0700


Mark McEahern wrote:
> 
>...
> 
> Of course, this example assumes that the order of siblings is irrelevant for
> comparison purposes--are there apps that are dependent on the order of
> sibling nodes?  

YES! A ton!

<chapter><title>...</title>
...
</chapter>
<chapter><title>...</titel>
...
</chapter>

Every XHTML web page in the world depends on order.

SOAP messages often use ordering to differentiate parameters.
-- 
Take a recipe. Leave a recipe.  
Python Cookbook!  http://www.ActiveState.com/pythoncookbook