# File lib/utils.rb, line 90
  def Outcry.create_document(s)
    parser = XML::Parser.new()
    parser.string = s
    parser.parse
  end