Re: [xsl] Spaces to %20

Subject: Re: [xsl] Spaces to %20
From: "Alexander Johannesen" <alexander.johannesen@xxxxxxxxx>
Date: Fri, 6 Jul 2007 19:40:48 +1000
On 7/6/07, Kerry Kobashi <kkobashi@xxxxxxxxxxx> wrote:
<xsl:variable name="kw" select="."/>

You could try ;


<xsl:variable name="space">%20</xsl:variable>
<xsl:variable name="kw" select="translate(.,' ',$space)"/>


Alex -- --------------------------------------------------------------------------- Project Wrangler, SOA, Information Alchemist, UX, RESTafarian, Topic Maps ------------------------------------------ http://shelter.nu/blog/ --------

Current Thread