Module ActiveSupport::XmlMini
In: lib/active_support/xml_mini.rb

XmlMini

To use the much faster libxml parser:

  gem 'libxml-ruby', '=0.9.7'
  XmlMini.backend = 'LibXML'

Methods

Attributes

backend  [R] 

Public Instance methods

[Validate]