Re: [xml-dev] Java xml canonicalizer for comparing xml fragments

From
Andrew Welch <>
To
Mike Moran <>
Date
2006-11-20T14:37:20Z
ID
<>
Thread
Re: [xml-dev] Java xml canonicalizer for comparing xml fragments
On 11/20/06, Mike Moran <> wrote:
> On Monday, November 20, 2006, at 01:43PM, "Andrew Welch" <> wrote:
> >Is there a free Java xml canonicalizer out there to allow the
> >comparing of xml fragments?
> >
> >If not, how does everyone compare xml fragments or files for equality?
>
> I've recently used the XOM library to do canonical XML and then compare the resultant XML files
> for equality. It was pretty easy to do. See http://www.xom.nu/tutorial.xhtml#d0e1970

Thanks, I'll give XOM a go - looks to be exactly what I need.

cheers
andrew