# File rexml/instruction.rb, line 48
  def write writer, indent=-1, transitive=false
			indent(writer, indent)
			writer << START.sub(/\\/u, '')
			writer << @target
			writer << ' '
			writer << @content
			writer << STOP.sub(/\\/u, '')
		end