[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: XML Dev <xml-dev@ic.ac.uk>
- Date: Fri, 18 Jun 1999 11:09:39 -0400
Here's another of my lists. This one is of those things that are
mildly discouraged in XML because they aren't interoperable with old
SGML tools.
1. If an element is declared EMPTY, always use <tag/> rather than
<tag></tag>.
2. If an element is not declared EMPTY but has in fact no content,
always use <tag></tag> rather than <tag/>.
3. Don't reference parameter entities in content models that
are empty, or begin or end with "|" or ",".
4. Don't use multiple ATTLIST declarations for a given element type.
5. Don't declare an attribute in more than one ATTLIST declaration.
6. Don't use ATTLIST declarations that don't declare any attributes.
7. Don't declare two different enumerated attributes that have
overlapping possible values.
8. Always declare the entities amp, lt, gt, quot, and apos if
you reference them.
--
John Cowan http://www.ccil.org/~cowan cowan@ccil.org
You tollerday donsk? N. You tolkatiff scowegian? Nn.
You spigotty anglease? Nnn. You phonio saxo? Nnnn.
Clear all so! 'Tis a Jute.... (Finnegans Wake 16.5)
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)
|