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

Re: Compare Heirarchy of 2 XML Files

  • From: "James Fuller" <james.fuller.2007@g...>
  • To: "Kumar Velineni, Integra" <kumar.velineni@i...>
  • Date: Tue, 1 Apr 2008 18:18:20 +0200

Re:  Compare Heirarchy of 2 XML Files
some

On Tue, Apr 1, 2008 at 5:08 PM, Kumar Velineni, Integra
<kumar.velineni@i...> wrote:
>
>
>
>
> 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:
>
> Strong tag with <p>
> <list> has been coded as <p>
> lang attribute added in <fm>
>

you could probably start with the various XML diff tools

http://www.google.com/search?q=xml%20diff

before 'rolling your own' ... but if u must roll your own try following this

http://en.wikipedia.org/wiki/Levenshtein_distance

hth, Jim Fuller


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


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-2007 All Rights Reserved.