# File rexml/cdata.rb, line 44
  def write( output, indent=-1, transitive=false )
			indent( output, indent )
			output << START
			output << @string
			output << STOP
		end