[
Lists Home |
Date Index |
Thread Index
]
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 elharo@metalab.unc.edu
>> 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>
>>
|