Re: getElementsByTagName

>Is there any difference between Document.getElementsByTagName() and
>Element.getElementsByTagName()?
>I'm working on a non-object-oriented implementation. Sould a single
>function stand for both?

A single function should work for both; I believe there's no behavioral
difference.

______________________________________
Joe Kesselman  / IBM Research

Received on Tuesday, 5 September 2000 09:28:38 UTC