Re: XML API specification
Tim Bray (tbray@textuality.com)
Thu, 27 Feb 1997 07:13:34 -0800
At 02:54 PM 27/02/97 GMT, Peter Murray-Rust wrote:
>In CoST Joe English supported both eventStreams and trees (I'm sure Joe will
>have some wisdom on this one).
>
>If I take a Lark-based approach (or my own
>parser) the HTML gets rendered into a tree.
Lark always provides an event stream, and whether or not it also builds
a tree can be toggled on and off by the calling app while it's running.
This sounds like what you want. - Tim