method

parse

rails latest stable - Class: ActiveSupport::XmlMini_REXML
parse(data)
public

Parse an XML Document string or IO into a simple hash.

Same as XmlSimple::xml_in but doesn’t shoot itself in the foot, and uses the defaults from Active Support.

data

XML Document string or IO to parse