from_trusted_xml(xml)
Builds a Hash from XML just like Hash.from_xml, but also allows Symbol and YAML.
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 134 def from_trusted_xml(xml) from_xml xml, [] end