XHTML and #fixed attributes

The XML spec says

> Validity constraint: Fixed Attribute Default
>
> If an attribute has a default value declared with the #FIXED keyword, 
> instances of that attribute must match the default value.

A quick sanity check. This means that the attribute (xmlns for example) 
may be omitted (and if it does, it will pick up the default fixed value) 
but if the user includes it, the value must match the value in the DTD, 
correct?

Thanks,
Jim

Received on Wednesday, 20 March 2002 10:10:06 UTC