This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients ajaksu2, akuchling, damien, exarkun, loewis, pboddie, vdupras
Date 2009-02-03.21:42:57
SpamBayes Score 0.00023468582
Marked as misclassified No
Message-id <4988BA5F.90607@v.loewis.de>
In-reply-to <1233696851.84.0.752328448973.issue2124@psf.upfronthosting.co.za>
Content
> EntityResolver.resolveEntity() is called with the publicId and systemId as 
> arguments. It does not receive a locator.

Sure. But ContentHandler.setDocumentLocator receives it, and you are
supposed to store it for the entire parse, to always know what entity
is being processed if you want to.
History
Date User Action Args
2009-02-03 21:42:59loewissetrecipients: + loewis, akuchling, pboddie, exarkun, ajaksu2, vdupras, damien
2009-02-03 21:42:57loewislinkissue2124 messages
2009-02-03 21:42:57loewiscreate