Registry / serialization / multi-xml

multi-xml

JSON →
library0.9.1rbrubygemsunverified

Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.

gem install multi_xml
INSTALL
IMPORT
SIG · MULTI-XML
M
multi-xml
serializationrubyv0.9.1
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.

MultiXml
require 'multi_xml'

Parsing XML with MultiXml

require 'multi_xml' xml = '<root><item>value</item></root>' parsed = MultiXml.parse(xml) puts parsed['root']['item']
Debug
Known issues
breakingRequires at least one XML backend gem installed
fix
Add nokogiri, ox, or libxml-ruby to your Gemfile
affects: >= 0.5.0
Upgrade
Version history
0.9.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
multi-xml — gem install multi-xml · libregistry