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

Ken MacLeod ken@bitsko.slc.ut.us
19 Apr 2001 10:14:55 -0500


[please do not Cc me msgs posted to list, thx.]

Uche Ogbuji <uche.ogbuji@fourthought.com> writes:

> I like.  But I think we'll want more than just a parser factory:
> 
> properties = {"http://factory.pyxml.org/properties/encoding": "BIG5",
>               "http://uche.ogbuji.net/my-extended-properties/spam": "eggs"}
> features = ["http://factory.pyxml.org/properties/xpointer"]
> xml.factory.getXsltProcessor(properties, features)

Note when extending this beyond just SAX, "properties" were added to
SAX a short time after "features" were.  David Megginson later stated
that having both was probably redundant, that a property with a value
of true or false was effectively the same as a feature.

  -- Ken