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

RE: Inserting attr value in textbox


Subject: RE: Inserting attr value in textbox
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Mon, 10 Apr 2000 14:25:09 -0700

Thanx Eddy.I guess our mail server takes  quite some(?) time to send all my
mails.I already figured that out.I did something like this...
     <input type="text" name="user" size="13" value="{@username}"/>



 
> 
> <xsl:template match="Element">
> 	<xsl:value-of select="@attribute">
> 	<xsl:apply-template />
> </xsl:template>
> 
> Hope this helps
> 
> Eddy
> 
 


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



Current Thread