Re: [xsl] How to replace the value for an attribute

Subject: Re: [xsl] How to replace the value for an attribute
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Tue, 29 May 2001 11:29:14 +0200

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.

Attachment: pgp00013.pgp
Description: PGP signature

Current Thread