SAX: Next Round
david at megginson.com
david at megginson.com
Thu Jan 21 02:59:38 GMT 1999
James Williams - Sun East Coast IR Development writes:
> How about adding the capabililty to register multiple
> handlers of a given type with a parser instance? The parser
> would send the event to the handlers in the order they were
> registered.
This is actually easy to handle with a special filter on top of any
SAX implementation (as is namespace processing, for that matter).
> I think it would aid in the development of modular,
> re-usable handlers if you could register more than one with
> a parser.
I disagree with this point -- I think that the filter approach goes
much further towards general-purpose, reusable handlers; that said,
there are other benefits to broadcasting events (such as doing two
completely different things with the same input stream).
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list