Skip to main content

Module diff

Module diff 

Source
Expand description

Pure XML diff engine.

Compares two XML strings and produces a list of changes with XPath-like location paths. No store dependency – works entirely on parsed XML trees.

Structs§

XmlDiff
The result of diffing two XML documents.
XmlPath
An XPath-like path to a node in an XML document.

Enums§

XmlChange
A single change between two XML documents.

Functions§

diff_xml
Diff two XML strings and produce a list of changes with XPath-like paths.