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
···
--
Posted via http://www.ruby-forum.com/.
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
--
Posted via http://www.ruby-forum.com/.
Hi,
You can use xmldiff . (Linux)
For windows you can install cywin (linux client) and run xmldiff
Luc.
On Thu, Feb 26, 2009 at 11:41 AM, Venkat Kumar <venkatesh.th@gmail.com>wrote:
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 thisThanks,
Venkat
--
Posted via http://www.ruby-forum.com/\.
Venkat Kumar 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.
--
Phlip