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]

Re: Problems displaying xsl:value-of within quotes


yes my friend you can use :
<TD><INPUT TYPE="CHECKBOX" NAME="{@label}"></INPUT></TD></xsl:for-each>

Walid
David James wrote:

> I have written the following XSLT to display a list of checkboxes
>
> <xsl:for-each select="data">
>
> <TD><INPUT TYPE="CHECKBOX" NAME="item1"><xsl:value-of
> select="@label"/></INPUT></TD>
>
> </xsl:for-each>
>
> which is fine, but I want to change the NAME="item1" to NAME="<xsl:value-of
> select="@name"/>" but this does not work.
>
> Anyone know how to get around this problem ?
>
> David
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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]