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