[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Populating textbox


Subject: RE: Populating textbox
From: "Colleen O'Rourke" <corourke@xxxxxxxxxxxxxx>
Date: Fri, 19 May 2000 17:54:50 -0400

THANK YOU ALL !!!!!

This was what worked, only I needed .// in front of "FIRST_NAME".

> <FORM>
>    <GEN_INFO>
>      <FIRST_NAME>Joe</FIRST_NAME>
>   </GEN_INFO>
> </FORM>

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


Hope this helps others.
Thanks again,
Colleen 


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



Current Thread