im trying to use XSL to take a value from an XML document and place it into an html text box, however i cant get it actuall in the text box. for example :
<input type="text" name="textfield6">
<xsl:value-of select="/details/address"/>
</input>
any help would be greatly appriciated
Kenny Kenneth Birney
User Interface Programmer
Scottish Police
<input type="text" name="textfield6">
<xsl:value-of select="/details/address"/>
</input>
any help would be greatly appriciated
Kenny Kenneth Birney
User Interface Programmer
Scottish Police