Ox::Sax
# File lib/ox/xmlrpc_adapter.rb, line 27 def parse(str) Ox.sax_parse(self, StringIO.new(str), :symbolize => false, :convert_special => true) end