Subject: Re: Borders on row groups
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 6 Jun 2002 20:17:38 +0100
|
<xsl:if test="parent::tr[position()=last()]">
that is always true as the parent:: axis always produces a current node
list of size 1 so position() = last() = 1 always.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|