RE: [xsl] xsl variable/param question

Subject: RE: [xsl] xsl variable/param question
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 25 May 2010 15:59:20 +0100
> wrap in
> <xsl:if test="not(preceding-sibling::Row/Cell[6]/Data = 
> Cell[6]/Data"> ...
> </xsl:if>

Or perhaps

<xsl:if test="not(preceding-sibling::Row[1]/Cell[6]/Data = Cell[6]/Data"> 
  ...
</xsl:if>

if you only want to compare with the immediately preceding row.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread