[xsl] How to replace the value for an attribute

Subject: [xsl] How to replace the value for an attribute
From: "Sri ni" <srini75@xxxxxxxxxxx>
Date: Tue, 29 May 2001 09:04:59 -0000
Team,

I have a xml file which is like this

<Message id='10' value='one'/>

i have a xsl file which has to take this value of this attribute id and to replace with it for an hidden value.

<input type='hidden' name='id' value='<xsl:value-of select="@id"'/>>

But i am getting a transform exception how shall i achieve the same??.

I want to replace the value 10 in my hidden attribute ( note this is just an example i will this id in the fly ONLY).

Can anyone please please help me out.

Thanks
Srini
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



Current Thread