Subject: RE: variable declaration
From: "Michael Earls" <michael@xxxxxxxxxx>
Date: Mon, 29 Apr 2002 09:18:51 -0400
|
"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>
Of course, this assumes that you follow the directions in the previous
emails about upgrading your MSXML.
Michael Earls
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|