|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Simple question - links
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








