# File lib/facets/more/rexmlbuilder.rb, line 229
  def cdata( str, *args )
    REXML::CData.new( str, *args )
  end