# File lib/hpricot/parse.rb, line 20 def Hpricot.XML(input, opts = {}) Doc.new(make(input, opts.merge(:xml => true))) end