Fixed another bug.
This commit is contained in:
parent
4a30a07186
commit
3a361f4f8b
|
@ -109,7 +109,6 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
|
|||
# self._parser.NotStandaloneHandler =
|
||||
self._parser.ExternalEntityRefHandler = self.external_entity_ref
|
||||
|
||||
self._parsing = 0
|
||||
self._entity_stack = []
|
||||
|
||||
# Locator methods
|
||||
|
|
Loading…
Reference in New Issue