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

Re: Embedding Content as Element Content or As An Attribute Value

  • From: Jonathan Robie <jonathan@t...>
  • To: Tyler Baker <tyler@i...>
  • Date: Thu, 08 Jan 1998 15:29:45 -0500

embedding content
At 09:17 AM 9/30/97 -0400, Tyler Baker wrote:
 
>I would think that in these cases an "author" tag should embed its
>content as follows <author>Mr John Smith</author>, rather than how
>Microsoft CDF embeds its content which is <author VALUE="Mr John Smith"
>/>.

I can't speak for Microsoft, but my guess is that they are simply using XML
in the manner most analogous to objects in object oriented systems. In an
object, the attributes are the data values:

class Author 
{
	String name;	// e.g. "Mr John Smith"
};

Here they have used the name VALUE in a similar way:

class Author 
{
	String VALUE;  // e.g. "Mr John Smith"
};

One very easy way to change objects into XML elements is to use one element
for each object, and use attributes to model the data members:

<author VALUE="Mr John Smith"
>/>

The reason attributes are better for this is that an object may have many
data members, and these are distinguished by names. The element content
only has one place to put things, and there is no name associated with it.

>Is this simply just a design preference, or else is there a concrete
>reason why what seemingly is content should be embedded as an attribute.

To me, Microsoft's method makes sense if what you are doing is converting
objects to XML, but your preferred method ("<author>Mr John
Smith</author>") makes more sense if you are converting objects to XML and
back.

Jonathan
 
 
jonathan@t...
Texcel Research
http://www.texcel.no

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.