xsl-list
[Top] [All Lists]

Re: XSL to generate required output

2005-12-12 07:05:19
Hi Amrit,

Hi Mike,
..
<xsl:variable name="poscurrent" select="position()"/>
..
<xsl:copy-of select="following-sibling::Row[not(Cell='##')][position() &lt; 
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 :-)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--