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

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 18 Apr 2001 22:26:43 +0200


>   Sounds pretty reasonable to me.  My biggest concern is the possible
> cost of creating all those parsers, but I'm not sure how important
> that is.  I'm thinking of how I set up my DOMBuilder object, and it's
> actually pretty thin; the low-level parser doesn't get created until
> it's actually needed.

I'd be happy to use a different procedure, if somebody can propose on.
Providing lists of all supported properties and their possible values
in advance does not seem attractive: there could be an infinite number
of supported values.

Regards,
Martin