RE: [xsl] XSL to generate required output

Subject: RE: [xsl] XSL to generate required output
From: "Amrit Pal Singh" <ampsingh@xxxxxxxxx>
Date: Mon, 12 Dec 2005 19:50:55 +0530
Ragulf, yes that was mistake... But still after looking at the mentioned
site I'm not able to figure out what to do.

Can you let me know how to achieve desired result?


Thanks,
Amrit
-----Original Message-----
From: Ragulf Pickaxe [mailto:ragulf.pickaxe@xxxxxxxxx]
Sent: Monday, December 12, 2005 7:35 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] XSL to generate required output

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 :-)

Current Thread