Re: <text> vs. <comment> and data format

New Message Reply About this list Date view Thread view Subject view Author view

From: Devin Kouts (devinkouts_at_earthlink.net)
Date: Sun Feb 04 2001 - 15:04:16 CET


Received: (from mdom_at_localhost) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id OAA01964 for cavexml-outgoing; Sun, 4 Feb 2001 14:57:48 +0100
Received: from falcon.prod.itd.earthlink.net (falcon.prod.itd.earthlink.net [207.217.120.74]) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id OAA01960 for <cavexml_at_cartography.ch>; Sun, 4 Feb 2001 14:57:47 +0100
Received: from earthlink.net (sdn-ar-003varestP196.dialsprint.net [168.191.219.108]) by falcon.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id FAA12116 for <cavexml_at_cartography.ch>; Sun, 4 Feb 2001 05:58:11 -0800 (PST)
Message-ID: <3A7D6160.2030500@earthlink.net>
Date: Sun, 04 Feb 2001 09:04:16 -0500
From: Devin Kouts <devinkouts_at_earthlink.net>
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001108 Netscape6/6.0
X-Accept-Language: ko,en
To: cavexml_at_cartography.ch
Subject: Re: <text> vs. <comment> and data format
References: <3A72562B.6D8596E2_at_xmission.com> <3A74FA79.8000705_at_earthlink.net> <3A7CCC5C.1E113DA_at_speleonics.com.au>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: owner-cavexml_at_karto.baug.ethz.ch
Precedence: bulk
Reply-To: cavexml_at_cartography.ch


>
>> 3. I believe there is already a date standard and what you show is NOT
>> it. I would suggest sticking with that. The one that comes to mind is ISO 8601
>> form 2001-01-26 (sortable, not any use of slashes to be be confused with
>
> Excellent.
>
>>> Just to play with text blocks a bit, I might suggest an optional
>>> title/name attribute for the main text block. So in summary,
>>> <text xml:lang="es" author="Jose" date="2001-01-27">
>>> que significa?
>>> </text>
>>
>
> I had a read of this standard at the URL supplied but what do you write if you know the year but not the month or day? or if you know just year and month?
>
> Mike

Several of the Cave Survey software authors beat me up about this one
previously. Because not everyone has read ISO 8601, and because
Europeans prefer 4 February 2001 and American's commonly prefer Feb. 4
2001, it was strongly suggested to me that the date be broken into its
elemental components. For example:

<Date>
   <Day>4</Day>
   <Month>2</Month>
   <Year>2001</Year>
</Date>
or
<Date Day="4" Month="2" Year="2001"/>

This approach allows the application to reconstruct the date into
whatever view the author (or user) chooses.

<Note> seems like a very reasonable suggestion, vs. <Comment>, <Text> or
<Narrative>.

Devin


New Message Reply About this list Date view Thread view Subject view Author view

This archive was generated by hypermail 2b30 : Thu Mar 01 2001 - 18:00:00 CET