using xsl:value-of as a value of an input-text
Hey guys,
just wanna know if what I am doing is possible with XSLT.
I want to create an<input type="text"> element and using the xslt value as value of the input-text.
Here's my non-working code snippet
<xsl:template match="title">
<input type="text" value=<xsl:value-of select="."/>></input>
</xsl:template>
How do I do it the right way?
Aldwin
__________________
\"Dont you ever give up!\"
|