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: Inserting attr value in textbox


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

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