Re: Older Sibling?

Thomas Ashe wrote:
> 
> In looking through the DOM specs, I could not discern a way to do the
> following:
> 
> Given two nodes of a common parent, identify which node precedes the other
> in the parent's ChildNodes nodelist.
> 
> Is there such a creature in the current specs?

You'd basically look at the nodelist yourself.  Takes a few lines
of code -- would you seriously expect DOM to save you the work of
writing such a simple subroutine?  If so, why?

- Dave

Received on Monday, 28 February 2000 17:50:24 UTC