In your xml you should see a namespace declaration for xlink, something like
Code:
xmlns:xlink="http://www.w3.org/1999/xlink"
probably on the root element. You need to add a similar declaration to your XSLT, again this is usually done on the xsl:stylesheet element.