RE: Inserting attr value in textbox

Subject: RE: Inserting attr value in textbox
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Mon, 10 Apr 2000 15:03:43 -0400
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@xxxxxxxxxxxxxxx]
> Sent: Monday, April 10, 2000 12:47 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> 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


Current Thread