XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Compare Heirarchy of 2 XML Files

Dear Friend,

 

            I am having two XML files. I would like to compare the hierarchy of elements & its attributes and throws the difference in a error file. I don’t want to compare the content. Heirarchy of elements in both the XML files should match.

 

Here is an example:

 

File 1:

<?xml version=”1.0”?>

<html>

<body>

<fm>

<p>This is a simple Para</p>

<list>

<li>This is a simple Para</li>

</list>

</fm>

</body>

</html>

 

File 2:

<?xml version=”1.0”?>

<html>

<body>

<fm lang=”es”>

<p>This is a <strong>simple</strong> Para</p>

<p>This is a simple Para</p>

</fm>

</body>

</html>

 

Difference between the 2 files are:

  1. Strong tag with <p>
  2. <list> has been coded as <p>
  3. lang attribute added in <fm>

 

 

Regards,

Kumar V.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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

Copyright 1993-2007 XML.org. This site is hosted by OASIS