[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAX2: marrying SAX and DOM

  • From: David Brownell <david-b@p...>
  • To: Ken MacLeod <ken@b...>, xml-dev@x...
  • Date: Thu, 09 Mar 2000 16:47:56 -0800

difference sax sax2
> > > >     Event handlers should be passed a DOM node instead of
> > > >     positional parameters.
> > 
> > Seems to me that this is exactly what you'd get if you
> > listened for the right type of mutation events on the
> > root node of the DOM tree as it's being populated.
> > 
> > No new API needed -- DOM L2 has such callbacks today.
> 
> That's a good point, is the SAX API needed if a similar API exists?
> <me ducks="1"/>

;-)

Of course, that assumes you like DOM for such purposes, AND that
the DOM construction is transparent enough to ensure you can actually
do things like register for those event notifications.  The latter is
stuff that W3C hasn't touched, and I'm not sure I look forward to their
getting around to it at last.

And in any case, I agree with David Megginson on this:  keep SAX and
DOM separate.  SAX is lightweight, DOM isn't.  I want to choose if/when
to pay DOM costs, and to be able to use SAX features easily.


> The biggest difference I think would be that SAX (generally) would use
> "unattached" nodes in a push, start/end, mode.

Why unattached?

When I worked with a few such APIs, I ended up liking the model of
walking a partially constructed tree.  The point of having DOM was to
see the "context", including inherited attributes (like "xmlns*" and
all of the "xml:*" ones we've yet seen) and structural contexts.

With aid of a helper thread, it can be made to look more like a DOM
L2 "node iterator" that fleshes itself out in the background.  "Async
load" as it were.  Basically a glue class (or two) -- APIs that aren't
SAX, and aren't DOM, but use both.

- Dave




***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.