Re: Nested Groupings

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

From: Garry Petrie (gp_at_europa.com)
Date: Sun Feb 11 2001 - 05:21:33 CET


Received: (from mdom_at_localhost) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id FAA17640 for cavexml-outgoing; Sun, 11 Feb 2001 05:30:27 +0100
Received: from io.europa.com (IDENT:root_at_io.europa.com [216.65.131.2]) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id FAA17636 for <cavexml_at_cartography.ch>; Sun, 11 Feb 2001 05:30:25 +0100
Received: from europa.com (ip85.gte15.rb1.bel.nwlink.com [209.20.244.85]) by io.europa.com (8.11.1/8.11.1) with ESMTP id f1B4VBE09060 for <cavexml_at_cartography.ch>; Sat, 10 Feb 2001 20:31:11 -0800 (PST)
Message-ID: <3A86134D.5090308@europa.com>
Date: Sat, 10 Feb 2001 20:21:33 -0800
From: Garry Petrie <gp_at_europa.com>
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001108 Netscape6/6.0
X-Accept-Language: en,pdf
To: cavexml_at_cartography.ch
Subject: Re: Nested Groupings
References: <Pine.GSO.4.05.10102080941200.15462-100000_at_cor.oz.cc.utah.edu>
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

John Halleck wrote:

>
>> Again, the example Paul gives is for mutually exclusive groupings, sorted by physical
>> location. Now, show me how to group by time in the same file.
>
>
> I may have missed the point of the question.
>
> Existing file:
>
> linea
> lineb
> linec
> lined
> linee
>
> Marked file:
> <group time="...">
> linea
> lineb
> </group>
> linec
> <group time="...">
> lined
> linee
> </group>

You still didn't meet my challegne, that was two non-mutually exclusive groupings in the
same file. What you need is indirect references.

linea
lineb
linec
lined
linee

<group time="...">
index_of_linea
index_of_lineb
</group>
<group time="...">
index_of_linec
index_of_lined
index_of_linee
</group>

<group location="...">
index_of_linea
index_of_lineb
index_of_linec
</group>
<group location="...">
index_of_lined
index_of_linee
</group>

ALL IN THE SAME FILE.

Garry Petrie


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