OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

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

[ Lists Home | Date Index | Thread Index ]

> 
> 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/






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS