xsl-list
[Top] [All Lists]

RE: [xsl] pass variables to next form on submit from XSL file

2009-02-19 10:43:26

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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--