> http://localhost:8080/cocoon/showuser?username=testuser
Hi,
To get the Link you need to use <xsl:attribute/>
It should look like this
<a>
<xsl:attribute
name="href">http://localhost:8080/cocoon/showuser?username=<xsl:value-of
select="result-id"/>
</xsl:attribute>
</a>
Hope this helps.
bye
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>