Don't report a final chunk for an external entity parser.

This commit is contained in:
Martin v. Löwis 2000-10-06 21:10:34 +00:00
parent ee1dc157d7
commit 2aa93efda0

View file

@ -196,7 +196,6 @@ def external_entity_ref(self, context, base, sysid, pubid):
try:
xmlreader.IncrementalParser.parse(self, source)
self._parser.Parse("",1)
except:
return 0 # FIXME: save error info here?