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]

RE: Lifting xml values to use as html attributes / rendering data to html


> Into a table, where the value in <navcolour></navcolour> is 
> used to determine the attribute value of 
> 
> <td bgcolor="<value of navcolor>"></td>
> 
> Is it possible to pass XML values as attributes for html tags?

Use an "attribute value template":

<td bgcolor="{@navcolor}"></td>

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 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]