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
|