xsl-list
[Top] [All Lists]

Re: [xsl] Spaces to %20

2007-07-06 02:41:08
On 7/6/07, Kerry Kobashi <kkobashi(_at_)comcast(_dot_)net> 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/ --------

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>