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

Re: ANN: a portable data component -- length

  • From: "Pete Cordell" <petexmldev@codalogic.com>
  • To: <liam@w3.org>,"Costello, Roger L." <costello@m...>
  • Date: Sat, 9 Apr 2011 18:45:35 +0100

Re:  ANN: a portable data component -- length
Original Message From: "Liam R E Quin" <liam@w3.org>
To: "Costello, Roger L." <costello@mitre.org>
Cc: <xml-dev@lists.xml.org>
Sent: Saturday, April 09, 2011 5:00 PM
Subject: Re:  ANN: a portable data component -- length


>
> On Sat, 2011-04-09 at 11:10 -0400, Costello, Roger L. wrote:
>
>> Here is the altitude of an aircraft, expressed in both feet and meters:
>>
>>      <altitude>
>>          <feet>12000</feet>
>>          <meters>3657.6</meters>
>>      </altitude>
>>
>> It is important that the two length values are consistent:
>
> The right way to mark this up in most cases is to store only one value
> and convert as needed.
>
> See Normal Form in database theory: information should never be
> duplicated. That way it can't get out of sync.
>
> So my answer is simply, "don't do this."
>
> Instead, e.g.
>  <measurement>
>    <name>altitude</name>
>    <value units="m">3657.6</value>
>  </measurement>

I agree with the main thrust of your argument, but to me your final example 
seems little better than:

  <object>
    <name>altitude</name>
    <value units="m">3657.6</value>
  </object>

I would say XML already has a notation for specifying what is a name and 
what is a value so there's no need to create an XML syntax that recreates 
that.

I would rather do:

<altitude>3657.6</altitude>

and have it part of the definition that the value of altitude is always in 
meters, and in fact all lengths throughout the entire system are in meters. 
Possibly a bit utopian, but to do otherwise you take the risk of loosing 
space craft while entering the orbit of Mars!

Pete Cordell
Codalogic Ltd
Interface XML to C++ the easy way using C++ XML
data binding to convert XSD schemas to C++ classes.
Visit http://codalogic.com/lmx/ or http://www.xml2cpp.com
for more info
Twitter: http://twitter.com/petecordell





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.