RafaelMizrahi wrote:
  * Microsoft XMLDiffPatch and SGML Reader(XHTML)(need to check license)

I've written something like that XML diff tool (which I hadn't seen before) which you might be able to use instead, if you need to switch.

It doesn't detect reordering of XML nodes, but it picks out insertions, deletions, and changes fairly well.

http://taubz.for.net/code/diff

If you download the tgz and run the makefile in there, you should get XmlDiff.exe (although I don't know if this has ever been tested outside of my desktop). My original hope was to make a C# diff tool, but I never got that far.

--
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to