RE: getElementsByTagNameNS

> From: Joseph Kesselman [mailto:keshlam@us.ibm.com]
> Sent: Thursday, August 23, 2001 4:03 PM
> To: Julian F. Reschke
> Cc: www-dom@w3.org
> Subject: Re: getElementsByTagNameNS
>
>
>
> >Is getElementsByTagNameNS supposed to be able to find elements
> that are in
> >no namespace?
>
> Yes, null should work to specify these.

Thanks for the information.

Is it generally true that with the DOM level 2 methods, a namespaceUri of
(null) can be used for elements which arent's in a namespace, while the
behaviour for "" (empty string) is undefined?

Julian

Received on Thursday, 23 August 2001 10:10:00 UTC