Subject: Re: Simple question - links
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Wed, 06 Oct 1999 15:10:06 +0200
|
Try :
<xsl:template match="mylink">
<a href="http://{node()}">
Click Here
</a>
</xsl:template>
Eric
Anthony.Behan@xxxxxxxxxxxxxxx wrote:
>
> What XSL do I need to get from
> <mylink>
> www.yahoo.com
> </mylink>
>
> to
>
> <a href="www.yahoo.com">Click Here</a>
>
> The main problem appears to be the quotes.
>
> Thanks,
>
> Anthony Behan.
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
--
------------------------------------------------------------------------
Eric van der Vlist Dyomedea
http://www.dyomedea.com http://www.ducotede.com
------------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|