[XML-SIG] PubIdResolver

Martin v. Loewis martin@v.loewis.de
01 Nov 2002 22:20:12 +0100


Marco Machmer <marco@morca.de> writes:

> i want set my own PubIdResolver for an xml-parser created with 
> sax2exts.XMLValParserFactory.make_parser()
> has anybody a tip for me, how can i do this?

You should invoke setEntityResolver, passing an object that implements
the EntityResolver interface (see handler.EntityResolver).

HTH,
Martin