[XML-SIG] SAX parser factories (Was: PyTRaX?)

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 19 Apr 2001 23:20:30 +0200


> I don't like make_parser() and create_parser() approach because the names
> are so similar as to lead to confusion.  I do like the proposal to ask for a
> list of processors that support a feature list, which ability wuld be
> separate from actual parser creation.  I say a list because if more than one
> had my features, I might want to choose one rather than another, not just
> take whichever one the system wanted to give me.

So what would be your proposed API, given that xml.sax.make_parser
already exists (but only allows to specify parser names)?

Regards,
Martin