[XML-SIG] Re: PubIdResolver

James Kew james.kew@btinternet.com
Sat, 2 Nov 2002 10:11:13 -0000


Martin v. Loewis wrote:

> 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).

That doesn't work for the validating parser: you can set an EntityResolver
but it doesn't get called.

http://sourceforge.net/tracker/?group_id=6473&atid=106473&func=detail&aid=60
9590

James