OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Attributes vs. text content (Was Re: RFC: Attributes and XML-RPC)

[ Lists Home | Date Index | Thread Index ]
  • From: Mark Birbeck <Mark.Birbeck@iedigital.net>
  • To: xml-dev@ic.ac.uk
  • Date: Tue, 21 Sep 1999 22:05:34 +0100

joubin wrote:
> If, as a matter of convention, one (only) uses attributes to 
> convey element metainfo (i.e. information _about_ the element)
> then, in fact, you would have a much more coherent document
> (cum protocol) with clear distinction between information and
> meta-information.
> 
> 
> Consider:
> 
> <?xml version="1.0"?>
> <methodCall type="asynchronous">
>    <methodName>xmlbased.cgi.named.foo<methodName>
>      // .. etc.
> </methodCall>
> 
>   v.s.
> 
> <?xml version="1.0"?>
> <methodCall>
>    </asynchronous>
>    <methodName>xmlbased.cgi.named.foo<methodName>
>      // .. etc.
> </methodCall>
> 
> The latter mixes info and metainfo.  Not a good strategy, 
> IMO, in long haul; specially if one is aiming for simplicity,
> and clarity.

But why 'methodName' is also not 'information _about_ the element' is
not obvious. I think you'd be hard pushed to justify any particular
representation over any other - other than those that feel intuitively
right in a given situation.

Having said that, one rule I have adopted is to use attributes in
situations where I want to know something about a node without having to
read its children. This was as a consequence of developing some code to
return nodes from a server but rather than sending back all child nodes,
I simply returned XPath references to the children (a bit like the
fragments spec.). This meant that the client need only request
subsequent nodes if it wanted to. In that situation, you get better
performance by having some attribute information in the node itself,
which might help determine whether you even need to read the children.

Regards,

Mark

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)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS