class Hash

def from_trusted_xml(xml)

Builds a Hash from XML just like Hash.from_xml, but also allows Symbol and YAML.
def from_trusted_xml(xml)
  from_xml xml, []
end