At 12:14 PM 11/18/99 -0700, Tom Palmer wrote:
>Still, what if someone wanted to use one organization's parser
>and another's DOM implementation?  These should be kept
>independent if at all possible.

Errr, how is that possible?  The way things normally work is, parser
reads XML resource, loads it into data structure, offers DOM API to it.
The parser and DOM implementation are necessarily somewhat in bed, unless
we want to require DOM implementations to use SAX to build it.  Do we?  -T.

Reply via email to