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]
Other format: [Raw text]

vars for attributes


Hi,

i want to use variables for border and color
like

<xsl:variable name="border" select="0pt"/>

<xsl:variable name="bordercolor" select="#CCCCCC"/>

but the following does not work, why?
<fo:table-cell number-rows-spanned="2" font-size="10pt" text-align="start"
color="black" padding="2pt" border="$border solid $bordercolor">

sascha




 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]