This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Newbie question:


Hi!

  A beginner question again :-) Can I put <table > command in the body of a
<xsl:when test ... > tag ? I mean, I wish to change the Background color of a
table, depending on the value of a tag.
So I wish to do something like this, but it does not work...

<xsl:choose>
<xsl:when test='@ODD="O"'><table bgcolor="#000066"></td></xsl:when>
<xsl:when test='@ODD="N"'><table bgcolor="3366CC"></td></xsl:when>
</xsl:choose>

thanks for the help;


OPi;


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]