logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: NUSOAP Double quotes and Windows Path Question: msg#00071

Subject: Re: NUSOAP Double quotes and Windows Path Question
You pass the value with the quotes and NuSOAP will convert them to ".  For 
example, if your code does

$params = array(..., 'path' => "\"c:\program files\whatever\"", ...)

NuSOAP will send

<path>&quot;c:\program files\whatever&quot;</path>

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Paul Maine" <pmaine@xxxxxxxxxxxxx>
To: "Nusoap" <Nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, August 20, 2005 8:30 AM
Subject: [Nusoap-general] NUSOAP Double quotes and Windows Path Question


> I want to pass a windows path to a soap producer. The windows path contains
> spaces e.g.
> c:\program files\whatever
> 
> I desire to pass the path with double quotes e.g.
> "c:\program files\whatever" so that when the consumer function gets this
> parameter it can be directly used.
> 
> What is the correct way for double quotes to appear within an XML tag - this
> is not an attribute. An example follows:
> 
> <path>"c:\program files\whatever"</path>
> 
> Thank You,
> Paul
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Nusoap-general mailing list
> Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/nusoap-general
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>