|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Lifting xml values to use, Conal Tuohy | Thread | Re: [xsl] Lifting xml values to use, Wendell Piez |
| RE: [xsl] Lifting xml values to use, Conal Tuohy | Date | RE: [xsl] Using mode to override te, Andrew Welch |
| Month |