easy way to do a hyper link with xsl?

Hello,

Is there a simple way to get the value of a node in a link?

For example:

<b>Category: </b>
   <a href="Products.ASP?Code=">
	<xsl:value-of select="ecgcode_description"/>
   </a>

I want the node giving the code description to appear in the link as well,
so it appears like this:

<a href="Products.ASP?Code=Widgets>Widgets</a>

But this sample wont give me that:

<a href="Products.ASP?Code="<xsl:value-of select="ecgcode_description"/>"
<a href="Products.ASP?Code=">
</a>


How can this be done?  Should I set a variable and place it in {CODE}?

Any thoughts would be appreciated.

Thanks,
Clint

Received on Thursday, 5 October 2000 15:16:53 UTC