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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: RFC: Attributes and XML-RPC

[ Lists Home | Date Index | Thread Index ]
  • From: Marcus Carr <mrc@allette.com.au>
  • To: xml-dev@ic.ac.uk
  • Date: Wed, 22 Sep 1999 10:10:30 +1000



Dave Winer wrote:

> Attributes are for wispy little very optional things, if they are for
> anything at all.

Wispy little things like security levels? How would you represent the following pseudo-defence
data:

<chapter security="u">
   <title>Wheeled Armoured Toys</title>
   <para0 security="u">
      <para security="u">WATs are your friend...</para>
   </para0>
</chapter>

The two options that come to mind are either:

<chapter>
   <security>u</security>
   <title>Wheeled Armoured Toys</title>
   <para0>
      <security>u</security>
      <para>WATs are your friend...</para>
         <security>u</security>
   </para0>
</chapter>

... which requires the evaluation of a child element before the application is able to
understand how to deal with an elements such as para0 or para, (presumably the values are
inherited) or something like:

<u>
   <chapter>
      <title>Wheeled Armoured Toys</title>
      <u>
         <para0>
            <u>
               <para>WATs are your friend...</para>
            </u>
         </para0>
      </u>
   </chapter>
</u>

... which obviously requires a ridiculously loose content model for element u and any other
value that may have been assigned to the security level.

I find attributes to be cleaner to look at and more logical to apply than elements, though I
admit that the nature of the data may blur this distinction. Perhaps consideration of the
diverse nature of data might have lead you to word your (copied) opening statement less
emphatically?


--
Regards,

Marcus Carr                      email:  mrc@allette.com.au
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
       - Einstein



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