Re: FW: [xsl] space in a url

Subject: Re: FW: [xsl] space in a url
From: Michel Hendriksen <michel.hendriksen@xxxxx>
Date: Fri, 8 Jun 2012 13:27:57 +0200
Maybe you need url encoding/decoding on one side or the other. There
are some? stylesheets available to do that, see p.e.:

http://stackoverflow.com/questions/2425516/xslt-version-1-url-encoding

Michel

On Thu, Jun 7, 2012 at 7:20 PM, Vasu Chakkera <vasucv@xxxxxxxxx> wrote:
> What is ur XML looking like?
> Where are u getting these values from ?
> Vasu
>
> On 7 June 2012 20:35, David Carlisle <davidc@xxxxxxxxx> wrote:
>> If you want to consider + to be space you could for example apply
>> replace($url,'\+','%20')
>> to your url before further processing,
>>
>> David
>>
>>
>> ________________________________________________________________________
>> The Numerical Algorithms Group Ltd is a company registered in England
>> and Wales with company number 1249803. The registered office is:
>> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>>
>> This e-mail has been scanned for all viruses by Star. The service is
>> powered by MessageLabs.
>> ________________________________________________________________________
>>
>
>
>
> --
> Vasu Chakkera
> NodeLogic Limited
> Oxford
> www.node-logic.com
> ==============

Current Thread