# File lib/feedparser/sgml-parser.rb, line 30
    def initialize(verbose=false)
      @verbose = verbose
      reset
    end