Subject: Re: XSL to generate required output
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Mon, 12 Dec 2005 15:05:19 +0100
|
Hi Amrit,
> Hi Mike,
..
> <xsl:variable name="poscurrent" select="position()"/>
..
> <xsl:copy-of select="following-sibling::Row[not(Cell='##')][position() <
poscurrent]"/>
I am not Michael, but...
You are here saying that you want the following siblings, that have a
position which is less than the position of the current one. This is
an expression that is always false.
The one I provieded is more in the line of the solutions found in:
http://www.dpawson.co.uk/xsl/sect2/N4486.html (first hit on the google
search that Michael Kay provided).
Regards,
Ragulf Pickaxe :-)
|