Hello,
I am trying to take a value from XSL and place it in a HTML text box.
<xsl:variable name="rowID" select="(rowid)"/>
<input type=text size=3 maxlength=25 name='txtRowID' value="$rowID"> </input>
But It isn't working. I have tried a variety of ways and this seems most logical. Any ideas would help.
Thanks!
Ryan
I am trying to take a value from XSL and place it in a HTML text box.
<xsl:variable name="rowID" select="(rowid)"/>
<input type=text size=3 maxlength=25 name='txtRowID' value="$rowID"> </input>
But It isn't working. I have tried a variety of ways and this seems most logical. Any ideas would help.
Thanks!
Ryan