[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Parser structure (historical background question)
- To: XML DEV <xml-dev@lists.xml.org>
- Subject: Parser structure (historical background question)
- From: Dennis Sosnoski <dms@sosnoski.com>
- Date: Wed, 21 Nov 2001 12:00:34 -0800
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
I'm curious how it came about that (at least for SAX) validation was
incorporated into the parser. It'd seem to make a lot more sense to have
it as a separate layer that works off a parse event stream. This type of
approach would vastly increase the flexibility (allowing validation to
be just another pipeline step) without substantially adding to the
costs, as far as I can see.
Any comments?
- Dennis