If you use template like below
Code:
<xsl:template match="link">
<xsl:value-of select="." disable-output-escaping="yes"/>
</xsl:template>
yoiu could get the output
http://www.topendarts.com.au/index.php?option=com_events& task=view_detail& agid=864&Itemid=52
Is this what you are looking for?