On Aug 2, 2007, at 8:28 PM, Philippe Poulard wrote:
> Fraser Goffin a écrit :
>> Has anyone come across a good Java library for comparing XML
>> instances ?
>>
>
> hi,
>
> you should consider XUnit :
> http://reflex.gforge.inria.fr/xunit.html
>
> XUnit does the same than JUnit, but if you have to compare 2 XML
> documents, it might help ; usually you do you own stuff that
> produce some datas, and as you have prepared the expected datas,
> you just have to assert that the 2 datas are equals ; this is the
> same in XUnit, and the 2 datas can be 2 nodes
>
Another option is XMLUnit:
http://www.infoq.com/articles/xml-unit-test
Stefan
--
Stefan Tilkov, http://www.innoq.com/blog/st/