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

Lars Marius Garshol larsga@garshol.priv.no
20 Apr 2001 10:49:29 +0200


* Martin v. Loewis
| 
| For SAX, I think the registry ought to have an ordered list. For the
| parsers known to PyXML, this list should be sorted roughly by expected
| resource consumption (both time and space).

Agreed.
 
| One proposal is to return the list of all matching parsers, which
| would off-load selection to the application (not that the application
| would be in any better position to make a choice - unless it can
| off-load the choice to an experienced user).

I think this is worth considering, at least. 

--Lars M.