From: Phlip Date: 2009-02-26T22:34:15+09:00 Subject: Re: XML file comparison 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