[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: When is an attribute an attribute?

  • From: len bullard <cbullard@h...>
  • To: Roy Tennant <rtennant@l...>
  • Date: Mon, 06 Apr 1998 19:35:04 -0500

Re: When is an attribute an attribute?
Roy Tennant wrote:
> 
> I've been trying to figure this out for a while with no success. It seems
> to me that there are several quite different ways one can encode
> information in XML. Are all of the following correct? 

Yes.

> When and why would
> you choose one over another? Does it matter? Thank you for your indulgence
> as I puzzle out what must surely be readily apparent to most of you.

Ok, a DTD really helps this sort of discussion along, but 
FWIW:
 
> Example 1:
> ---------
> 
> <BOOK TITLE="The Call of the Wild" AUTHOR="London, Jack"\>

Use empty elements and attributes for tag bags, basically, 
if the datum has no frequency and order requirements (only 
occurs once somewhere in the attribute list). 

NOTE:  I haven't looked to see if XML dropped the 
SGML restriction on repeated values in attlist 
decls.

 
> Example 2:
> ---------
> 
> <BOOK AUTHOR="London, Jack">The Call of the Wild</BOOK>

Use this if you don't care that the string inside the 
tags is only differentiated by the BOOK, that is, 
semantically, there is no difference between this 
and 

<BOOK AUTHOR="London, Jack">Love that Wolf!!</BOOK>

or IOW, your application has to know that is a title.

 
> Example 3:
> ---------
> 
> <BOOK>
>    <TITLE>The Call of the Wild</TITLE>
>    <AUTHOR>London, Jack</AUTHOR>
> </BOOK>

Use this when it is important to know there 
is a title and author (i.e, this BOOK 
HAS-A TITLE, HAS-A AUTHOR; the 
string, The CALL of the WILD IS-A TITLE).  
Given the element type declaration, you can tell which order 
they should come in, are there multiple 
authors, are there alternate titles, etc. 
The semantic is application dependent.  For 
a linking semantic, you might be counting 
nodes inside the BOOK.  For rendering, 
you might be assigning the font value 
based on the context of the book element.
 
len

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.