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


I know how to display an attribute, but I don't know how to do 
a text box yet.

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

Hope this helps

Eddy

> -----Original Message-----
> From: Selva, Francis [mailto:Francis.Selva@purchasepro.com]
> Sent: Monday, April 10, 2000 12:47 PM
> To: 'xsl-list@mulberrytech.com'
> Subject: Inserting attr value in textbox
> 
> 
> I need to display an attribute value from my xml inside a 
> textbox.Any help?
> 
> Francis
> 
>  
>  
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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]