Thanks to visit codestin.com
Credit goes to docs.python.org
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
.
Python Library Reference
Previous:
13.10.2 DTDHandler Objects
Up:
13.10 xml.sax.handler
Next:
13.10.4 ErrorHandler Objects
Release 2.2.3, documentation updated on 30 May 2003.
See
About this document...
for information on suggesting changes.