# File lib/cgikit/parser.rb, line 583
    def entitydecl(event)
      s = ''
      REXML::Entity.new(event).write(s)
      @buf << s
    end