Fw: [xml-dev] sending character '+'

From
Diana Castillo <>
To
XML Developers List <>
Date
2005-01-04T17:38:06Z
ID
<073701c4f284$2671bed0$4964a8c0@DIANACASTILLO>
Thread
Fw: [xml-dev] sending character '+'
THanks, that works! 
>> I assume you're "sending" a URL. This isn't really an XML question but 
>> the answer is simple. + is defined in the URL spec as an escape for the 
>> space. Sending + is the same as sending %20. If you really want to send 
>> a + sign in a URL you need to encode it as %2B.
>> 
>> -- 
>> Elliotte Rusty Harold  
>> XML in a Nutshell 3rd Edition Just Published!
>> http://www.cafeconleche.org/books/xian3/
>> http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
>> 
>> -----------------------------------------------------------------
>> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>> initiative of OASIS <http://www.oasis-open.org>
>> 
>> The list archives are at http://lists.xml.org/archives/xml-dev/
>> 
>> To subscribe or unsubscribe from this list use the subscription
>> manager: <http://www.oasis-open.org/mlmanage/index.php>
>>