Registry / testing / equivalent-xml

equivalent-xml

JSON →
library0.6.0rbrubygemsunverified

Compares two XML nodes for semantic equivalence, primarily supporting Nokogiri.

gem install equivalent-xml
INSTALL
IMPORT
SIG · EQUIVALENT-XML
E
equivalent-xml
testingrubyv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EquivalentXml
require 'equivalent-xml'

Check if two XML documents are semantically equivalent

require 'equivalent-xml' doc1 = Nokogiri::XML('<a><b/></a>') doc2 = Nokogiri::XML('<a><b/></a>') EquivalentXml.equivalent?(doc1, doc2)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
32
Bingbot
10
Resources
equivalent-xml — gem install equivalent-xml · libregistry