blob: dccff7ae4dce46a2ab3f9d56e764dfba4f50c1af (
plain) (
blame)
1
2
3
4
5
6
7
8
|
nokogiri-diff adds the ability to calculate the differences (added or removed
nodes) between two XML/HTML documents.
Features:
- Performs a breadth-first comparison between children nodes.
- Compares XML/HTML Elements, Attributes, Text nodes and DTD nodes.
- Allows calculating differences between documents, or just enumerating the
added or removed nodes.
|