Hi, I'm using XSLT to format an XML document but I want to write some of the XML into HTML form controls. For example, I'd like a textbox to contain the data from one of the XML elements. It won't let me do this...
...so is there a correct way to achieve this?
Thanks.
Tom
Code:
<input type="text" id="whatever" value="<xsl:value-of select="RESPONSE"/>" />
...so is there a correct way to achieve this?
Thanks.
Tom
