[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: pass variables to next form on submit from XSL file
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 18 Feb 2009 13:30:49 +0100
himanshu padmanabhi wrote:

    <input type="hidden" name="argu1" value="<xsl:value-of
select="$argu1" />" >

But getting error here

value="<xsl:value-of select="$argu1" />"

Use an attribute value template <input value="{$argu1}" type="hidden" name="argu1"/>

--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member