|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Conditional xsl:use-attribute-sets
Am I doing something wrong because this is not working:
<fo:table-row hyphenate="true">
<xsl:if test="position() mod 2 = 0">
<xsl:attribute
name="xsl:use-attribute-sets">background-gray</xsl:attribute>
</xsl:if>
Is that the correct way to call an attribute set conditionally?
|
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
|






