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

Comparing two XML documents

Subject: Comparing two XML documents
From: Rahil Qamar Yahoo <qamar_rahil@xxxxxxxxxxx>
Date: Fri, 14 Jan 2005 14:04:23 +0000
compare two xml documents
Hi

I have two XML documents which are logically equivalent but are very different in terms of structure.

---------------------------
XML File 1:
<level>16</level>
<parent>at0001</parent>
<text>Severity</text>
<value type="relationship constraint">
<node type="complex object constraint" occurrences="1" rm_class="TEXT">
<level>17</level>
<parent>at0001</parent>
<code type="relationship constraint">[MildSeverity,ModerateSeverity,SevereSeverity]
</code>
</node>
</value>
</node>
---------------------------


---------------------------
XML File 2:
<DEFCONCEPT id="10235" name="Severity">
       <PARENT>
           <CONCEPT name="DiseaseFeature" ref="10234"/>
       </PARENT>
       <IMPLIES>
           <CONCEPT name="MildSeverity" ref="10238"/>
           <CONCEPT name="ModerateSeverity" ref="10239"/>
           <CONCEPT name="SevereSeverity" ref="10240"/>
       </IMPLIES>
   </DEFCONCEPT>

---------------------------

Could someone please let me know whats the best way to compare these two documents logical structure. I looked at the Canonical XML but it seems quite basic for my requirements.

Any suggestions would help.

Thank you
Rahil

Current Thread

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