Re: [xml-dev] Question about the sytax of namespace declarations

From
Thomas B. Passin <>
To
Date
2002-02-28T13:53:42Z
ID
<001201c1c05f$5586d390$0bf13044@tbp>
Thread
Re: [xml-dev] Question about the sytax of namespace declarations
[Jason Diamond]
To: "Wayne Steele" <>; <>
> > Question:
> >
> > Is the below document "conforming" with regard to the XML-Namespaces
rec?
> >
> > <root xmlns:a="" />
>
> Nope.
>
> http://www.w3.org/TR/REC-xml-names/#dt-prefix
>
 Ironically, the paragraph Jason points to covers __non__-default
namespaces, while the following paragraph, which does cover default
namespaces, specifically says that an "empty" value is acceptable.  So the
answer to the question is "yes" after all.

Cheers,

Tom P