[ ソース: ruby-nokogiri-diff ]
パッケージ: ruby-nokogiri-diff (0.2.0-1.1)
ruby-nokogiri-diff に関するリンク
Debian の資源:
ruby-nokogiri-diff ソースパッケージをダウンロード:
- [ruby-nokogiri-diff_0.2.0-1.1.dsc]
- [ruby-nokogiri-diff_0.2.0.orig.tar.gz]
- [ruby-nokogiri-diff_0.2.0-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または 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