[
Lists Home |
Date Index |
Thread Index
]
- From: "Peter S. Housel" <housel@ms7.hinet.net>
- To: <xml-dev@ic.ac.uk>
- Date: Thu, 6 Mar 1997 20:52:04 +0800
One more scenario:
* [YACC+] is like [YACC], except that it returns control
before parsing the whole instance. For instance, it
might parse an element and then pass on events for element-start
and all of the attributes, then return control.
NXP uses the [YACC] scenario.
Lark is a flexible version of [YACC+] that allows the
handlers to determine on an event-by-event basis when
the parser should return. [Grove] and [XMLEventStream]
could be built in Lark, as could [YACC], but [Browser]
could not.
-Peter S. Housel- housel@ms7.hinet.net
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@ic.ac.uk)
|