>    As the docs stats, getElementsByTagName() method is part of the
>Element Class, not of the Document class.

It's both. ALWAYS see the DOM spec when in doubt; the glossary section is
particularly useful for finding out whether a method is defined in multiple
places.

Note too that you should probably move toward using getElementsByTagNameNS.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to