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 exarkun, loewis
Date 2009-03-13.18:20:33
SpamBayes Score 1.2238294e-05
Marked as misclassified No
Message-id <1236968435.44.0.0503336762055.issue5485@psf.upfronthosting.co.za>
In-reply-to
Content
You need to make two changes:
1. Enable parsing of parameter entities in the first place, e.g. through
SetParamEntityParsing(XML_PARAM_ENTITY_PARSING_ALWAYS)
2. Pass a well-formed document, e.g.
"<?xml version='1.0'?><element/>"
History
Date User Action Args
2009-03-13 18:20:35loewissetrecipients: + loewis, exarkun
2009-03-13 18:20:35loewissetmessageid: <1236968435.44.0.0503336762055.issue5485@psf.upfronthosting.co.za>
2009-03-13 18:20:34loewislinkissue5485 messages
2009-03-13 18:20:33loewiscreate