[Home] [By Thread] [By Date] [Recent Entries]
>
> <input type="text">
> <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute>
> </input>
>
> should do the trick
>
or the simpler but equivalent
<input type="text" name="{@name}"/>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



