[
Lists Home |
Date Index |
Thread Index
]
* Elliotte Harold wrote:
>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.
That's not from "the URI spec" but rather a convention for
the experimental application/x-www-form-urlencoded type.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
|