Example #1
0
 def handle_starttag(self, tag, method, attributes):
     self.flush_data()
     SGMLParser.handle_starttag(self, tag, method, attributes)
Example #2
0
	def handle_starttag(self, tag, method, attributes):
		SGMLParser.handle_starttag(self, tag, method, attributes)
		self.stack.append(tag)