[
Lists Home |
Date Index |
Thread Index
]
- From: Ronald Bourret <rbourret@ito.tu-darmstadt.de>
- To: "'XML-DEV'" <xml-dev@ic.ac.uk>
- Date: Mon, 1 Feb 1999 15:18:16 +0100
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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|