[
Lists Home |
Date Index |
Thread Index
]
- From: Adam M Donahue <amd0978@acf3.nyu.edu>
- To: xml-dev@ic.ac.uk
- Date: Fri, 29 Jan 1999 16:39:09 -0500 (EST)
5.3 Uniqueness of Attributes
"no tag may contain two attributes"
Is "element" intended instead of tag?
All right, this is picky. I'm just now reading the spec fully, is all.
Another question. Default namespaces do not apply directly to attributes
according to the specification. So if I have:
<html xmlns="http://namespaceplace.com/html.dtd">
<body bgcolor="#ffffff">
</body>
</html>
then body is part of the http://namespaceplace.com/html.dtd namespace, but
its attribute bgcolor is not? (bgcolor belongs to no namespace)
Adam
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)
|