- From: Clint Field <Clint@eCorporation.com>
- Date: Thu, 5 Oct 2000 15:26:52 -0400
- To: www-xml-schema-comments@w3.org, xmlschema-dev@w3.org
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:52 UTC