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

RE: Semantic equivalence of xml documents

  • To: Michael Kay <mike@s...>
  • Subject: RE: Semantic equivalence of xml documents
  • From: Yves Langisch <lists@l...>
  • Date: Mon, 26 Sep 2005 14:38:40 +0200
  • Cc: xml-dev@l...
  • In-reply-to: <20050926122009.CBF04DFEA88@a...>
  • References: <20050926122009.CBF04DFEA88@a...>

RE:  Semantic equivalence of xml documents
okay, to talk about semantic equivalence in general is delicate. In our
case we have the assumption that if repeteable elements occurs, the
order is not relevant. We just want to check the presence of data on the
same level. At the moment we have a stylesheet which orders repeatable
elements (can be of a complex type) by, for example, the content of the
first sub-element. When we do this with the two input documents we can
compare the two output documents by a string comparison (apart from
possible whitespaces). 

Maybe there is a better solution?

On Mon, 2005-09-26 at 13:18 +0100, Michael Kay wrote:
> > 
> > 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/
> 
> 
> 
> -----------------------------------------------------------------
> 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.