RE: Making dynamic href's in XSL

Subject: RE: Making dynamic href's in XSL
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Thu, 1 Jun 2000 17:39:29 +0100
> I assume that I have to do something earlier in the XSL before I can
> refer
> to it simply as {site_code}. Right?

No - it is built into all XSLT processors which comply to the latest spec
(i.e. IE5 XML doesn't support it). It is basically a short hand for:

<xsl:attribute name="href">show_tasks.asp?pcof<xsl:value-of
select="site_code">...</xsl:attribute>

Ben


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread