[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: attribute's value within href


Subject: RE: attribute's value within href
From: "Mattias Beermann" <webmaster@xxxxxxxx>
Date: Fri, 18 Feb 2000 12:04:20 +0100

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@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Mar Fior
> Sent: Friday, February 18, 2000 12:46 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> 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@xxxxxxxxxx
> >Reply-To: xsl-list@xxxxxxxxxxxxxxxx
> >To: xsl-list@xxxxxxxxxxxxxxxx
> >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



Current Thread