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]

RE: Populating textbox


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

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