Subject: Re: Re: Re: distinct moves problem
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 10 Jan 2002 23:34:14 -0800 (PST)
|
I wrote:
<xsl:if test="not(../LOCATION_ID
= ../preceding-sibling::DIRECT
[CHARACTER_ID = current()]/LOCATION_ID)">
It must be:
<xsl:if test="not(../LOCATION_ID
= ../preceding-sibling::DIRECT
[CHARACTER_ID = current()][1]/LOCATION_ID)">
Cheers,
Dimitre.
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|