[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Java xml canonicalizer for comparing xml fragments
- From: Philippe Poulard <Philippe.Poulard@sophia.inria.fr>
- To: Andrew Welch <andrew.j.welch@gmail.com>
- Date: Tue, 21 Nov 2006 14:44:25 +0100
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?
>
> thanks
> andrew
>
hi,
you can try XUnit for that purpose ; instead of comparing the canonical
form of your documents, it will compare 2 DOM documents or 2 nodes
when it find some differences, it reports what differs and where
it is very basic but helpful if you have to compare thousands of documents
XUnit is an application available with RefleX
http://reflex.gforge.inria.fr/xunit.html
--
Cordialement,
///
(. .)
--------ooO--(_)--Ooo--------
| Philippe Poulard |
-----------------------------
http://reflex.gforge.inria.fr/
Have the RefleX !
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]