diffxml

Overview

diffxml & patchxml: Tools for comparing and patching XML files.

The standard Unix tools diff and patch are used to find the differences between text files and to apply the differences. These tools operate on a line by line basis using well-studied methods for computing the longest common subsequence (LCS).

Using these tools on hierarchically structured data (XML etc) leads to sub-optimal results, as they are incapable of recognizing the tree-based structure of these files.

This project aims to provide Open Source XML diff and patch utilities which operate on the hierarchical structure of XML documents.

News

09 March 2005 - Developers use CVS
Anyone looking at the codebase is strongly recommended to look at the CVS repisitory. It contains major refactorings over the last release and some bugfixes.

A new release of diffxml can be expected soon.

18 January 2004 - New Release.
Version 0.92A has just been released. This release contains major structural changes to the code base and an Ant build file.

19 May 2003 - Website Updated.
The website has be revamped so it looks reasonable and is easier to navigate.

The much promised update will be here soon.

One of the problems has been that the original diffxml code was the first program I wrote in Java, hence it doesn't follow many OO principles and is in need of a major refactor.

Recently I've been studying Martin Fowler's Refactoring book and a Design Patterns book, so I have a much better feel for good OO code.
Anyway, the codebase will be updated soon.

SourceForge.net Logo