DTD Question: Attributes vs Elements

Tim Bray tbray at textuality.com
Fri Mar 19 19:56:43 GMT 1999


At 02:33 PM 3/19/99 -0500, Kurt Donath wrote:
>
>What is the criteria for selecting when to define data as an attribute
>or element in a DTD?  

Personal taste.  This is a religious issue.  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

If these things matter, your decision is made.  If not, make it yourself.
Lesson: software writers have to be able/willing to pull information
out of either elements or attributes. -Tim

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list