Subject: Re: Simple question - links
From: pietro abate <pietro.abate@xxxxxx>
Date: Thu, 07 Oct 1999 09:03:59 +0200
|
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>
>
I think that this should work.
<xsl:template match="mylink">
<A HREF=\"{.}\"> click here </a>
</xsl:template>
about the quote I tkink that is a problem of your xsl processor.
This should your with saxon and xt.
pietro
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|