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