|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] variable change in xsl:for-each
Hello,
I want the background to change in each cell. But in every cell I only get
the #FFFFFF-background. I think the variable isn't updated in the
choose-procedure. But I don't know why. Hope you can help.
Thanks!
Markus
Sorry!!! I forget the subject in last mail. So I posted again
heres my xsl-file:
<xsl:variable name="xrowcolor" select="false()"/>
<xsl:variable name="rowcolor">#FFFFFF</xsl:variable>
<xsl:for-each select="//meldungen">
<xsl:choose>
<xsl:when test="$xrowcolor">
<xsl:variable name="rowcolor">#FFFFFF</xsl:variable>
<xsl:variable name="xrowcolor" select="false()"/>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="rowcolor">#FFFF11</xsl:variable>
<xsl:variable name="xrowcolor" select="true()"/>
</xsl:otherwise>
</xsl:choose>
<fo:table-cell>
<fo:block background-color="{$rowcolor}" font-weight="bold">
<xsl:value-of select="eingang"/>
</fo:block>
</fo:table-cell>
</fo:for-each>
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








