Re: Problems with variables.

Subject: Re: Problems with variables.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 30 Jul 1999 09:53:30 +0100 (BST)
me> <xsl:if test="not(.=preceding-sibling::USER_ID[1])">

USER_ID aren't siblings, so either put the test in the PB_ITEM template
or us preceeding:: (but that is not implemented in xt) or use
../preceding-sibling::PB_ITEM[1]/USER_ID

David


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


Current Thread