ruby-multi-xml

generic swappable back-end for XML parsing in Ruby
  https://github.com/sferik/multi_xml
  0
  no reviews



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

Lots of Ruby libraries utilize XML parsing in some form, and everyone has their favorite XML library. In order to best support multiple XML parsers and ibraries, `multi_xml` is a general-purpose swappable XML backend library.