Exemplo n.º 1
0
 def handle_starttag(self, tag, method, attributes):
     self.flush_data()
     SGMLParser.handle_starttag(self, tag, method, attributes)
Exemplo n.º 2
0
	def handle_starttag(self, tag, method, attributes):
		SGMLParser.handle_starttag(self, tag, method, attributes)
		self.stack.append(tag)