Python Library Reference
Previous:
13.10.2 DTDHandler Objects
Up:
13.10 xml.sax.handler
Next:
13.10.4 ErrorHandler Objects
13.10.3 EntityResolver Objects
resolveEntity
(
publicId, systemId
)
Resolve the system identifier of an entity and return either the system identifier to read from as a string, or an InputSource to read from. The default implementation returns
systemId
.
Release 2.3a0, documentation updated on March 24, 2002.
See
About this document...
for information on suggesting changes.