Re: problems with forms and XSL

Subject: Re: problems with forms and XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 19 Jul 2000 12:36:10 GMT
> 
> <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


Current Thread