RE: Populating textbox

Subject: RE: Populating textbox
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Fri, 19 May 2000 21:08:15 +0100
You can't use < in an attribute. Since you are using IE5 msxml, you will
have to make do with this:

<input type="text" size="18"> 
	<xsl:attribute name="value">
		<xsl:value-of select="FIRST_NAME"/>
	</xsl:attribute>
</input>


Hope this helps,

Ben


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


Current Thread