[XML-SIG] turning of dtd checker

Radovan Chytracek Radovan.Chytracek at cern.ch
Wed Oct 29 07:08:31 EST 2003


Hi Martin,

     that is exactly my problem. I am using a chain of XMlFilterBase objects in my application and that is where this problem has shown up. Do you have any suggestion how to proceed in case one wants to use XMFilterBase together with EntityResolver?

BTW, the problem has appeared even for the example code I shown in one the e-mails bellow (e.g. no XmlFilterBse used at all). But only after I have installed PyXML 8.3.0, not before. Any suggestion about that?

Ragards
Radovan

> "Radovan Chytracek" <Radovan.Chytracek at cern.ch> writes:
> 
> > http://mail.python.org/pipermail/xml-sig/2003-September/009871.html
> > http://mail.python.org/pipermail/xml-sig/2003-September/009875.html
> > http://mail.python.org/pipermail/xml-sig/2003-September/009876.html
> > http://mail.python.org/pipermail/xml-sig/2003-October/009937.html
> > 
> > Any comments welcome.
> 
> I still can't tell, from these messages, what precisely you 
> are doing. Can you create a small example, please, with a 
> Python script, an XML file, and a DTD file?
> 
> The bug 814935, which being a true bug, should not matter at 
> all. You are looking at the source code of XMLFilterBase, 
> which is never used for anything. Instead, the standard 
> entity resolver is xml.sax.handler.EntityResolver, which does 
> not suffer from the problem you see.
> 
> Regards,
> Martin
> 
> 



More information about the XML-SIG mailing list