Re: Making dynamic href's in XSL

Subject: Re: Making dynamic href's in XSL
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 1 Jun 2000 08:34:42 -0600 (MDT)
> Others have suggested using <xsl:attribute>. Another solution is to use
> attribute value templates:
> 
> <xsl:if test="num_active_tasks>0">
>  <a href="show_tasks.jsp?pcode={site_code}&amp;project_number={number}">
>     <xsl:value-of select="number" />
>  </a>

Actually I suggested that as well, only with a single concat() in curly
braces.


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


Current Thread