From: Richard Knapp (gyp_caver_at_yahoo.com)
Date: Tue Feb 13 2001 - 13:27:05 CET
Received: (from mdom_at_localhost) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id NAA14662 for cavexml-outgoing; Tue, 13 Feb 2001 13:39:50 +0100 Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with SMTP id NAA14658 for <cavexml_at_cartography.ch>; Tue, 13 Feb 2001 13:39:48 +0100 Message-Id: <200102131239.NAA14658@karto.ethz.ch> Received: from slip166-72-184-174.nc.us.prserv.net (HELO Muphin) (166.72.184.174) by smtp.mail.vip.sc5.yahoo.com with SMTP; 13 Feb 2001 12:39:51 -0000 X-Apparently-From: <gyp?caver_at_yahoo.com> From: "Richard Knapp" <gyp_caver_at_yahoo.com> To: "cavexml_at_cartography.ch" <cavexml_at_cartography.ch> Date: Tue, 13 Feb 2001 07:27:05 -0500 (EST) X-Mailer: PMMail 2.10.1999 for OS/2 Warp 4.00 In-Reply-To: <3A88C547.9050405_at_europa.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: defaulting units for measurements Sender: owner-cavexml_at_karto.baug.ethz.ch Precedence: bulk Reply-To: cavexml_at_cartography.ch
>>>> Sounding a little like keys into a table in a database, very good conclusion. A stations's
>>>> key would only exist for that particular version of a CaveXML file. Changing the data
>>>> after reading it and then re-writing it would of course generate a new and probably
>>>> different set of station keys.
>> Would it be better to generate keys for each station or each survey? I'm thinking
>> specifically of the way Survex handles data. If the key to each station was changed
>> each time the data was saved, would this change the way the links between surveys
>> would have to be handled?
>There is a single station id, which all aliased or equated stations are replaced with.
>This is done in the background, the shot with the aliased or equated station would be an
>index to a third table, containing all equated stations and their lookup to the master
>station ids.
So something similar to:
<survey>
<shot>
<from IDREF="000000001"/>
<to IDREF="00000000A"/>
</shot>
<shot>
<from IDREF="00000000A"/>
<to IDREF="00000000B"/>
</shot>
</survey>
<station_index>
<station ID="000000001" name="A1"/>
<station ID="00000000A" name="B1"/>
<station ID="00000000B" name="B2"/>
</station_index>
or something like that?
Is that correct? If so, wouldn't I be pretty much required to use a special program to handle that?
Or could I just use any XML editor? How much can be specified in the DTD/Schema to make this
work?
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
This archive was generated by hypermail 2b30 : Thu Mar 01 2001 - 18:00:01 CET