- From: Greg Stein <gstein@lyra.org>
- Date: Wed, 15 Nov 2000 16:55:39 -0800
- To: ietf-dav-versioning@w3.org
In the latest draft, it demonstrates how to respond with an error element in section 7.1.1. However, the XML usage is incorrect. The body looks like: <?xml version="1.0" encoding="utf-8" ?> <DAV:must-not-be-checked-out/> But DAV: is an XML Namespace prefix, and it must be defined. The body should look something like: <?xml version="1.0" encoding="utf-8" ?> <D:must-not-be-checked-out xmlns:D="DAV:" /> Cheers, -g -- Greg Stein, http://www.lyra.org/
Received on Wednesday, 15 November 2000 19:54:48 UTC