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

Subject: RE: [xsl] Lifting xml values to use as html attributes / rendering data to html
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 2 Jul 2002 09:42:25 +0100
> 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@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread