URL encode link
Hvordan får jeg urlencoded mit link via xsl?Min code ser således ud:
<a>
<xsl:attribute name=\"href\">
<xsl:choose>
<xsl:when test=\"../D:propstat/D:prop/D:getcontenttype=\'httpd/unix-directory\'\">
?offset=<xsl:value-of select=\".\"/>
</xsl:when>
<xsl:otherwise>
http://www.something.dk<xsl:value-of select=\".\" />
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:value-of select=\".\" />
</a>