Namespace prefixes in attribute declarations

Ronald Bourret rbourret at ito.tu-darmstadt.de
Mon Feb 1 14:24:29 GMT 1999


According to the namespace spec, the following is legal:

<!ATTLIST a:my_element
         a:my_attribute CDATA #IMPLIED>

What does it mean and why is the prefix legal for the attribute?  DTDs have 
no way to declare global attributes and local attributes are, by 
definition, unprefixed.  Thus, it seems this declares  a local attribute 
that can only be used as a global attribute:

<!-- a:my_attribute is global -->
<a:my_element a:my_attribute/>

The only thing I can think of is so global attributes can be declared in 
and validated against XML 1.0 DTDs by declaring them on each element.

-- Ron Bourret


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list