|
Subject: RE: [xsl] pass variables to next form on submit from XSL file From: "Michael Kay" <mike@xxxxxxxxxxxx> Date: Thu, 19 Feb 2009 15:42:52 -0000 |
> I want to do something like this.
>
> <form name="form1" method="POST" action="file1.cgi">
> <tr><td>
> <input type="hidden" name="argu1" value="<xsl:value-of
> select="$argu1" />" >
> </input>
> </td></tr>
> </form>
>
> But getting error here
>
> value="<xsl:value-of select="$argu1" />"
>
> How this assigning can be achieved?
<input type="hidden" name="argu1" value="{$argu1}"/>
Michael Kay
http://www.saxonica.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] pass variables to next fo, Martin Honnen | Thread | RE: [xsl] pass variables to next fo, Michael Kay |
| RE: [xsl] Integrated sort using dif, Houghton,Andrew | Date | RE: [xsl] Integrated sort using dif, Michael Kay |
| Month |