>Then I see something that seems highly important: a method in the
>Document
>interface for returning the element with a given ID. Something like
>this:
>
> Element getElementWithID(in wstring id);
>
>You've very likely already thought of and discussed this, so it would be
>nice to hear what is likely to happen in this area. (I could subclass
>the Document object and the DOM builder in the Python DOM implementation to
>get this information, but it seems pointless if the DOM is going to include
>it.)
The DOM will include something like this (it's even listed expressly in our
requirements!) but it won't be in Level 1, since we're concentrating on
really basic functionality in Level 1.
Lauren