RE: [xml-dev] The prefix "fgdc" for element "fgdc:fgdc" is not bound

From
Michael Kay <>
To
'Anne Thomas Manes' <>, 'Timothy Lepczyk' <>
Date
2007-12-11T18:26:00
ID
<019301c83c23$4833dee0$6501a8c0@turtle>
Thread
RE: [xml-dev] The prefix "fgdc" for element "fgdc:fgdc" is not bound
> or if you prefer to make it clear to readers of the document 
> that these elements come from the FDGC metadata standard, you 
> can assign the fdgc prefix to no namespace:
> 
>           <fgdc:metadata xmlns:fgdc="">
>              ...
>           </fgdc:metadata>
> 

Sadly, no. XML Namespaces 1.1 allows the syntax xmlns:fgdc="", but it
doesn't bind the prefix fgdc to the namespace-that-dare-not-speak-its-name,
rather it makes the fgdc prefix unavailable for use.

Michael Kay
http://www.saxonica.com/