Re: [xsl] variable declaration

Subject: Re: [xsl] variable declaration
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 16:54:41 +0200
Michael Earls wrote:

"And please can anyone help me out on values for text boxes in XSL's for an <input type="text" value=????> how do i specify the value ??"

<xsl:element name="input">
	<xsl:attribute name="type">text</xsl:attribute>
	<xsl:attribute name="value">??</xsl:attribute>
</xsl:element>

Or even shorter one: <input type="text" value="{Your_XPath_Expression}"/>

--
Oleg Tkachenko
Multiconn International, Israel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread