xmldiff 0.9.1

XML diff and merge


The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.

License: BSD 2-clause

Changes

- Fixed libxml behavior change after diff/merge
- Fixed DOM compatibility for PHP 5.3.6 and below (Remi Collet)