Message5072
Real world example:
parser.SetParamEntityParsing(expat.XML_PARAM_ENTITY_PARSING_ALWAYS)
Is called in Bio.Entrez.Parser from BioPython. It is tested in the
Tests/test_Entrez.py unit test. ( Code at
git://github.com/kellrott/biopython.git )
It seems that if it is commented out in CPython then
parser.ExternalEntityRefHandler.ElementDeclHandler isn't called-back
during parsing. |
|
Date |
User |
Action |
Args |
2009-08-26 22:57:37 | kellrott | set | messageid: <1251327457.13.0.685852216519.issue1447@psf.upfronthosting.co.za> |
2009-08-26 22:57:37 | kellrott | set | recipients:
+ kellrott, fwierzbicki, pjenvey, boisgera |
2009-08-26 22:57:37 | kellrott | link | issue1447 messages |
2009-08-26 22:57:36 | kellrott | create | |
|