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, loewis, pboddie, vdupras
Date 2009-02-03.19:23:42
SpamBayes Score 6.954883e-05
Marked as misclassified No
Message-id <498899BC.7020001@v.loewis.de>
In-reply-to <1233685813.47.0.113293058632.issue2124@psf.upfronthosting.co.za>
Content
> The EntityResolver's resolveEntity() method is not, however, passed the
> base path to resolve the relative systemId from.
> 
> This makes it impossible to properly implement a parser which caches
> fetched DTDs.

I don't think this is actually the case. Did you try calling getSystemId
on the locator?
History
Date User Action Args
2009-02-03 19:23:45loewissetrecipients: + loewis, akuchling, pboddie, ajaksu2, vdupras, damien
2009-02-03 19:23:43loewislinkissue2124 messages
2009-02-03 19:23:42loewiscreate