Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - XML/XSLT >Thread Next - Re: XML/XSLT Re: XML/XSLTTo: NULL Date: 12/1/2004 1:20:00 AM On 30 Nov 2004 15:22:35 -0800, sridevisd@g... (Anjali) wrote:
> <td><input type="text" name="test"
> value=<xsl:value-of select="country"/>/></td>
<td><input type="text" name="test" value="{country}"/></td>
or if that doesn't work, or if you prefer verbosity,
<td>
<input type="text" name="test">
<xsl:attribute name="value">
<xsl:value-of select="country"/>
</xsl:attribute>
</input>
</td>
--
Morris M. Keesan -- keesan@a...
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
