[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Thomas B. Passin" <tpassin@h...>
  • To: xml-dev@l...
  • Date: Sat, 23 Jun 2001 10:30:58 -0400

In addition to what Eric vad der List just posted about this, TITLE and NAME
may be attributes.  If so, you refer to them as @NAME and @TITLE.

Tom P

[Deniz Kilinc]

> 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>



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member