Re: Traverse and Node types

On Sat, Feb 24, 2001 at 09:35:57AM -0600, Eric Lawson wrote:
>     Currently, in the way the DOM, as well as TreeWalker and NodeIterator's
> are concerned, only nodes directly in the hierarchy of a DOM tree are to be
> returned. As you specified, there are three node types that do not live within
> the context of the DOM tree's hierarchical structure  (Attributes, Notations,
> and Entities).

<snip excellent explanation>

> Hope that helps.

Your explanation certainly helps. And when Attr, Notaion and Entity Nodes
are defined as falling outside of the DOM tree hierarchy, the TreeWalker
spec is much more unambiguous.

-- 
Martijn Pieters
| Software Engineer  mailto:mj@digicool.com
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
---------------------------------------------

Received on Sunday, 25 February 2001 05:45:51 UTC