[ 源代码: ruby-nokogiri-diff ]
软件包: ruby-nokogiri-diff (0.2.0-1)
ruby-nokogiri-diff 的相关链接
Trisquel 的资源:
下载源码包 ruby-nokogiri-diff:
- [ruby-nokogiri-diff_0.2.0-1.dsc]
- [ruby-nokogiri-diff_0.2.0.orig.tar.gz]
- [ruby-nokogiri-diff_0.2.0-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Ruby Extras Maintainers (Mail Archive)
- Pirate Praveen
外部的资源:
- 主页 [github.com]
相似软件包:
calculate the differences between two XML/HTML documents
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.
其他与 ruby-nokogiri-diff 有关的软件包
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-nokogiri (>= 1.5)
- HTML, XML, SAX, and Reader parser for Ruby
-
- dep: ruby-tdiff (>= 0.3.2)
- Calculates the differences between two tree-like structures