[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: xml-dev@ic.ac.uk
- Date: Mon, 27 Sep 1999 17:05:45 -0400 (EDT)
Shawn Silverman scripsit:
> To which namespace does the "href" attribute in the "html:a" tag
> belong? To the same one as its parent? "html:"?
Neither. Attribute names with colons belong to the namespace specified
by their prefix, but attribute names without colons are not subject
to namespace rules: they just have to be unique within their element
type, and have no connection to other element types or namespaces at all.
> To which namespace does the "myatt" attribute belong? The spec says
> that the default namespace doesn't apply, however from question 1, we
> can infer that attributes take on the namespace of their parents. I'm
> assuming, though, that "myatt" belongs to no namespace. What shall I
The same answer. There is no such thing as a default namespace for
attributes, because unprefixed attributes (unlike unprefixed elements)
can never belong to the namespace system.
--
John Cowan cowan@ccil.org
I am a member of a civilization. --David Brin
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
|