RE: Typo in RFC 3253, section 5.4.1
"Clemm, Geoff" <[email protected]>
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <3906C56A7BD1F54593344C05BD1374B10704C018@SUS-MA1IT01> |
Thanks, I've added this to the errata list. The section should be: <?xml version="1.0" encoding="utf-8" ?> <D:locate-by-history xmlns:D="DAV:"> <D:version-history-set> <D:href>http://repo.webdav.org/his/23</D:href> <D:href>http://repo.webdav.org/his/84</D:href> <D:href>http://repo.webdav.org/his/129</D:href> </D:version-history-set> <D:prop> <D:version-history/> </D:prop> </D:locate-by-history> Cheers, Geoff -----Original Message----- From: Julian Reschke [mailto:[email protected]] Sent: Wednesday, May 15, 2002 8:32 AM To: [email protected] Subject: Typo in RFC 3253, section 5.4.1 Hi, in the example request, the XML isn't well-formed: <?xml version="1.0" encoding="utf-8" ?> <D:locate-by-history xmlns:D="DAV:"> <D:version-history-set> <D:href>http://repo.webdav.org/his/23</D:href> <D:href>http://repo.webdav.org/his/84</D:href> <D:href>http://repo.webdav.org/his/129</D:href> <D:version-history-set/> <D:prop> </D:version-history> </D:prop> </D:locate-by-history> [1] <http://greenbytes.de/tech/webdav/rfc3253.html#rfc.section.5.4.1>