[xsl] time and location condition checking

Subject: [xsl] time and location condition checking
From: ssd xcxc <marina777uk@xxxxxxxxx>
Date: Wed, 30 Oct 2002 08:30:52 -0800 (PST)
Hello,

I have an XML set with the following format: -
<LOG>
       <LOCAL>
          <CHARACTER_ID> 13455 </CHARACTER_ID>
          <LOCATION_ID> 20709 </LOCATION_ID>
          <MESSAGE>still its a good idea.</MESSAGE>
      <TIME> 'Mon, 26 Nov 2001 17:08:58 +0000' </TIME>
     </LOCAL>
etc etc
</LOG>

I need to find the number of messages where there were
at least three unique character_id's in the same
location_id within say 10 seconds (either previously
or
afterwards) of each message.

I can use keys to capture the locations and
characters, but is it possible to test the TIME tag in
this way?

Yours stuck in a quandry

Marina

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread