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


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

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