Re: [VCARDDAV] broken XML in examples, was: vcarddav WGLC on draft-ietf-vcarddav-{carddav, mkcol}
Cyrus Daboo <[email protected]> Sun, 15 Mar 2009 22:04:34 -0400
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Message-ID | <[email protected]> |
Hi Julian, --On March 12, 2009 3:33:26 PM +0100 Julian Reschke <[email protected]> wrote: > in > <http://tools.ietf.org/html/draft-ietf-vcarddav-carddav-06#section-7.1.1> > the XML is not well-formed. > > <C:addressbook-home-set xmlns:D="DAV:" > xmlns:C="urn:ietf:params:xml:ns:carddav"> > <D:href>http://addressbook.example.com/bernard/addresses/< > /D:href> > </C:addressbook-home-set> > > The simplest fix would be just to use an absolute path, as in > > <C:addressbook-home-set xmlns:D="DAV:" > xmlns:C="urn:ietf:params:xml:ns:carddav"> > <D:href>/bernard/addresses/</D:href> > </C:addressbook-home-set> > > The same applies to Section 7.1.2. Fixed. -- Cyrus Daboo