# File lib/merb-core/core_ext/hash.rb, line 72
    def from_xml( xml )
      ToHashParser.from_xml(xml)
    end