# File lib/facets/more/rexmlbuilder.rb, line 174
  def raw( str )
    REXML::Document.new( "<root>#{str}</root>" ).root.to_a
  end