[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Setting an input attribute using XSL Select
- From: Deniz Kilinc <dkilinc@hotmail.com>
- To: xml-dev@lists.xml.org
- Date: Sat, 23 Jun 2001 11:34:05 +0000
Hi all,
How can i assign the name attribute of the "input tag" using the
"xsl select" method?Code seems here but gives error!
<xsl:for-each select="ROW/TEXTBOX">
<TR>
<TD class="row"> <xsl:value-of select="TITLE" />: </TD>
<TD class="row">
<input type="text" name=<xsl:value-of select="NAME "/>
size=10 maxlength=10 >
</TD>
</TR>
</xsl:for-each>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.