[Home] [By Thread] [By Date] [Recent Entries]
Hi all,
I need a way to convert all spaces into %20 for the anchor tag href below: <xsl:for-each select="/article/keywords/keyword">
<xsl:variable name="kw" select="."/>
<a href="/search.php?keyword={$kw}" title="{$kw}">
<xsl:value-of select="$kw" />
</a>
<xsl:if test="position()!=last()">, </xsl:if>
</xsl:for-each>
|

Cart



