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: attribute's value within href


With the IE5 parser you can do this:

<a><xsl:attribute name="href"><xsl:value-of
select="@code"/></xsl:attribute>My link</a>

- Mattias

> -----Original Message-----
> From: owner-xsl-list@mulberrytech.com
> [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Mar Fior
> Sent: Friday, February 18, 2000 12:46 PM
> To: xsl-list@mulberrytech.com
> Subject: Re: attribute's value within href
>
>
> Thanks Ergun, but
> I cannot do in this way because where I write
> attribute's value there is a tag "A".
>
> <A HREF = ectc...{@code}.. >
>
> Perhaps must I to apply a string concat???
> I don't know how to do.
>
> Marcella
>
>
>
>
>
> >From: ergun.turker@no.abb.com
> >Reply-To: xsl-list@mulberrytech.com
> >To: xsl-list@mulberrytech.com
> >Subject: Re: attribute's value within href
> >Date: Fri, 18 Feb 2000 11:27:07 +0100
> >
> >
> >
> >I had  a similar problem and I solved it by using this:
> >
> ><xsl:value-of select="code"/>
> >
> >instead of  {@code}
> >
> >hope this helps,
> >Ergun
> >
> >
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
>  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]