Re: url encoding in XML
Stefan Eissing <[email protected]>
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <[email protected]> |
There are no such things as "unencoded" URLs. A URL cannot contain a space. //Stefan Am Mittwoch den, 28. August 2002, um 12:00, schrieb B H, Girish: > > Hi, > A very basic question. Should the hrefs that appear within the > XML content be encoded? For example, should the hrefs reported in > the DAV:successor-set be URL encoded? > > <D:successor-set> > <D:href>http://repo.webdav.org/his/23/ver/V+1</D:href> > <D:href>http://repo.webdav.org/his/23/ver/V 1</D:href> > </D:successor-set> > > Should the '+' and the blank in the above URLs be encoded? > > Rgds, > Girish > >