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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Use of Tags

[ Lists Home | Date Index | Thread Index ]
  • From: "Jonathan Borden" <jborden@mediaone.net>
  • To: "Andrew Layman" <andrewl@microsoft.com>, "xml-dev Mailing List (E-mail)" <xml-dev@ic.ac.uk>
  • Date: Wed, 21 Apr 1999 12:55:59 -0400

Andrew:

>Jonathan Borden asks what "local scope" means.  Consider the example
>
><Book>
>    <title>The Virgin Queen</title>
>    <subject>Queen Elizabeth</subject>
></Book>
>
><Person>
>    <title>Queen</title>
>    <subject>Raleigh</subject>
></Person>
>
>The elements "title" and "subject" have different meaning in the two cases.
>When the meaning, definition, etc. of a name is determined by its
enclosure,
>that is, when the thing the name denotes is determined by its enclosure,
>that is "local scope".
>
>
    Ok fine, then my question stands: Isn't the dt:dt attribute a perfectly
good way to distinguish value types *despite* local scope intentions e.g.

<Book>
    <title>The Virgin Queen</title>
    <subject>Queen Elizabeth</subject>
    <value dt:dt="float">12.95</value>
</Book>

<Person>
    <title>Queen</title>
    <subject>Raleigh</subject>
    <value dt:dt="string">historical</value>
</Person>
>

    And if this objection to the use of elements is sufficiently handled in
this fashion, are there other pressing reasons why values (particularly
table columns) ought be expressed as attributes rather than elements? To me
the most pressing reason to use elements to encode "recordsets" is that in
the absense of a schema decl or DTD, the content can be correctly
interpreted. For example when converting to and from SQL, "int" values
though textualy represented are not 'quoted' while character values are
e.g.: UPDATE table SET intval = 3, charval='3' or
    SELECT FROM table WHERE intval = 3 OR charval = '3'


Jonathan Borden
http://jabr.ne.mediaone.net



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