|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Handling forms in xsl
Hello all
I want to include a form in my xsl code, and to take
the value of the chosen item and store it's value in a
variable 'result'
<xsl:variable name="result">
<xsl:value-of select="$chInput"/>
</xsl:variable>
<form action="{$baseActionURL}" method="post">
<input type="radio" name="chInput" value="EE6421"/>
<xsl:value-of select="core1"/><br/>
<input type="radio" name="chInput" value="EE6422"/>
<xsl:value-of select="core2"/><br/>
<input type="submit" value="View Module"
class="uportal-button"/><br/>
</form>
<xsl:value-of select="$result"/>
I have tried declaring the variable within the input
tag but this dosen't work either. Any suggestions...
Brian
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








