Re: [xsl] variable declaration

Subject: Re: [xsl] variable declaration
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 17:02:06 +0200
KUMAR NINGASHETTY wrote:
 try this

OR <input type="text"/>
<xsl:attribute name="value">your value</xsl:attribute>

That's error - no containing result element node, you meant probably <input type="text"> <xsl:attribute name="value">your value</xsl:attribute> </input>

--
Oleg Tkachenko
Multiconn International, Israel


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



Current Thread