[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: <xml-dev@ic.ac.uk>
- Date: Sun, 20 Sep 1998 12:51:25 -0700
>Sure, but in SAX (event stream) to DOM conversion, you need to capture
>*all* the SAX events if you are to be able to satisfy the guarantees
>that the DOM model makes. You can't just decided to start DOMifying
>at some random element, because by then you have forgotten what the
>parent element is. You either have to reify the SAX events and store
>them as such, or else create the DOM Nodes on the fly whether the
>user claims to want them or not.
Right. Lazy evaluation is not possible when building DOM using SAX.
Don
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|