This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: variable declaration


yep...you are right ..jest a typo ...:-))

>>> olegt@multiconn.com 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]