[
Lists Home |
Date Index |
Thread Index
]
- From: Marcelo Cantos <marcelo@mds.rmit.edu.au>
- To: xml-dev@ic.ac.uk
- Date: Sun, 21 Mar 1999 13:52:22 +1100
On Sat, Mar 20, 1999 at 12:46:03PM +0100, Jarle Stabell wrote:
> Tim Bray wrote:
> > Attributes differ in that
> > - they get white-space-normalized
> > - their order is not significant
> > - you can't have more than 1 with the same name on an element
> > - they can't contain any internal structure
>
> They also don't "pollute" the namespace.
This could probably be formalised into three categories: data that
_must_ be stored in an attribute, data that _cannot_ be stored in an
attribute, and everything else. For example:
MUST: * Enumerated values (status can be active, inactive or
closed).
CANNOT: * Structured information
* White space matters
* order is significant
* More than one item for any one name
OTHER: * General string values
* URL's
Maybe the wisdom of experience could subdivide OTHER into SHOULD,
SHOULDN'T and DOESN'T MATTER (which could address the namespace
pollution issue).
Cheers,
Marcelo
--
http://www.simdb.com/~marcelo/
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)
|