Re: DOM Level 2 needs getElementById method

On Thu, 7 Oct 1999 keshlam@us.ibm.com wrote:

> I think it's just a matter of IDs having been considered a DTD issue, and
> DTD/Schema support not yet having been addressed. Everyone's very aware of that
> need.

I don't see how IDs are more of a DTD issue than NOTATIONs.

As far as lookup: element.IDAttribute.referent can be implemented as

document.elements[element.IDAttribute.value] internally.

There is no requirement to maintain two tables except as a performance 
enhancement.

 Paul Prescod

Received on Friday, 8 October 1999 12:15:07 UTC