xsl-list
[Top] [All Lists]

time and location condition checking

2002-10-30 09:30:52
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



<Prev in Thread] Current Thread [Next in Thread>
  • time and location condition checking, ssd xcxc <=