You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a note:
"In XML, an xmlns attribute is part of the namespace declaration mechanism, and an element cannot actually have an xmlns attribute in no namespace specified."
It seems like "in no namespace specified" is a typo, maybe the intended sentence was more like:
In XML, an xmlns attribute is part of the namespace declaration mechanism, and it's possible for an element to have no xmlns attribute, if no namespace is specified.