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

Re: [xsl] Using XSL Values as hyperlink names


Subject: Re: [xsl] Using XSL Values as hyperlink names
From: "Bruce D'Arcus" <bdarcus@xxxxxxxxx>
Date: Thu, 12 May 2005 19:40:51 -0400

On May 12, 2005, at 7:30 PM, Jonathan Marenus wrote:

For example, something like the
following:
<a href=#<xsl:value-of...." or <a href="#$variable".

I can help with this:


<a href="#{@some-node}">...</a>.

<a href="#{$variable}">...</a>.

Bruce


Current Thread