# File lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb, line 201
  def XmlSimple.xml_in(string = nil, options = nil)
    xml_simple = XmlSimple.new
    xml_simple.xml_in(string, options)
  end