Subj : Re: E4X: should xmlObject.attributes() return all attributes or only To : netscape.public.mozilla.jseng From : Brendan Eich Date : Fri Apr 08 2005 04:29 pm Brendan Eich wrote: > That will not match all attributes. It will match only attributes in > the null namespace (or in no namespace, another way of saying the same > thing), which unprefixed attributes go in by default (even if there's a > default namespace declared for the containing tag). Strike the "by default" -- unprefixed attributes are in the null namespace, period -- whether there is a declared default xmlns= or not. /be .