[
Lists Home |
Date Index |
Thread Index
]
- From: Bob Kline <bkline@rksystems.com>
- To: xml-dev <xml-dev@ic.ac.uk>
- Date: Thu, 6 Jan 2000 14:07:16 -0500 (EST)
I'm still trying to absorb all of the intricacies of namespaces, and I
can see I have a long way to go. I'm looking at the XLink
recommendation (http://www.w3.org/TR/xlink/) and I see the following:
A sample set of declaration for a series of elements that use the
type attribute might look as follows:
<!ELEMENT student EMPTY>
<!ATTLIST student
xlink:type (locator) #FIXED "locator"
xlink:href CDATA #REQUIRED
xlink:role NMTOKEN #FIXED "student"
xlink:title CDATA #IMPLIED
>
. . . .
The following example shows how an XML document using these
declarations might look:
<student
href="/students/patjones.xml"
title="Pat Jones" />
. . . .
Does this mean that once the namespace prefix has been declared in the
DTD the parsers understand that (for example) "href" really means
"xlink:href" (and therefore this sample document will be valid)?
--
Bob Kline
mailto:bkline@rksystems.com
http://www.rksystems.com
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 unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
|