XML file comparison

Hi,

I need to compare XML files. Is there any quick way to do this in ruby
or please
share the code snippet. Kindly help me in this

Thanks,
Venkat

Hi,

You can use xmldiff . (Linux)
For windows you can install cywin (linux client) and run xmldiff

Luc.

Venkat K. wrote:

I need to compare XML files. Is there any quick way to do this in ruby
or please
share the code snippet. Kindly help me in this

Google for “xslt diff”, add an XSLT file to your project, and use it as
a template.

Bulk manipulation of XML is XSLT’s job.