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: How to replace the value for an attribute




On Tue, May 29 '01 at 09:04, Sri ni wrote:
> <input type='hidden' name='id' value='<xsl:value-of select="@id"'/>>
Unfortunately this is not XSL-T, it's not even XML ...

try:

<input type='hidden' name='id' value='{@id}'>

check out the mulberrytech XSL-T quick reference for a two page overview
of XSL-T.

    Goetz.

PGP signature


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