Re: [xsl] variable declaration

Subject: Re: [xsl] variable declaration
From: "KUMAR NINGASHETTY" <kningashetty@xxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 10:11:27 -0400
yep...you are right ..jest a typo ...:-))

>>> olegt@xxxxxxxxxxxxx 04/29/02 11:02AM >>>
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 



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


Current Thread