[XML-SIG] ParserFilter proposal

Lars Marius Garshol larsga@ifi.uio.no
18 Nov 1998 00:30:51 +0100


OK, I've now hacked together a proposal for a general SAX ParserFilter
API, with implementations of two filters: 'keep character data
together' and namespaces. (The latter is just a rough sketch riddled
with 'FIXME' comments.) The whole thing is just a proposal, and
consists of readable source with two simple demos with sample
documents.


You can download it as a 5k zip file from:

<URL:http://birk105.studby.uio.no/tmp/filters.zip>


Comments, anyone? Is this the way to do the SAX side of this?

And, Geir Ove, what do you think? Could xmlarch be fitted into this as
a ParserFilter? (Didn't have time to look at it.)

--Lars M.