Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

RE: [xml-dev] Semantic equivalence of xml documents



> 
> I mean for example that
> 
> <company>
> 	<person>Jim</person>
> 	<person>John</person>
> </company>
> 
> is equivalent to
> 
> <company>
> 	<person>John</person>
> 	<person>Jim</person>
> </company>
> 

So what about:

<route>
  <step>first right</step>
  <step>second left</step>
</route>

is probably not equivalent to

<route>
  <step>second left</step>
  <step>first right</step>  
</route>

Michael Kay
http://www.saxonica.com/



 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor