# File /home/ser/Work/rexml/rexml/dtd/entitydecl.rb, line 44
   def write( output, indent )
				output << ('   '*indent) if indent > 0
				output << to_s
			end