Powershell scripts for Sharepoint 2010
<a>
<xsl:attribute name="href">
<xsl:value-of select="https://server/site/page.aspx" />
</xsl:attribute>
My Page
</a>
or you can use variable
<xsl:variable name="SafeLinkUrl">https://mylink/page.aspx</xsl:variable>
<a href="{$SafeLinkUrl}">My Safe Link</a>
© 2012 All rights reserved.