RE: url encoding in XML
"Julian Reschke" <[email protected]>
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <[email protected]> |
Yes. There's no such thing as a un-encoded URI. If you un-encode it, it's not longer a URI. -- <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760 > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of B H, Girish > Sent: Wednesday, August 28, 2002 12:00 PM > To: IETF-DeltaV (E-mail) > Subject: url encoding in XML > > > > 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 > > >