[
Lists Home |
Date Index |
Thread Index
]
- From: "Rick Jelliffe" <ricko@allette.com.au>
- To: <xml-dev@ic.ac.uk>
- Date: Mon, 23 Mar 1998 02:36:03 +1000
From: Tim Bray <tbray@textuality.com>
> We need a way for automatically spotting ID attributes.
Many people recommend that an attribute should only be called
"ID" if it is an ID attribute. So in the following, x1 is good and
x2 is naughty:
<!ATTLIST x1 ID ID #REQURIED>
<!ATTLIST x2 ID CDATA #REQURIED>
I think it is good practice anyway: dont name an attribute
using an XML keyword if that is not the type you want.
Rick Jelliffe
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)
- Follow-Ups:
- Re: IDREF
- From: Marcus Carr <mrc@allette.com.au>
|