RE: 7.1.1 and responsedirection

> I checked back through the archive and didn't see anything, so I figured
> I'd report it:
>
> 7.1.1 has an example with a multi-status response. The second <propstat>
> element contains a <responsedescription>. According to the DTD (and
> under the propstat element description), this is not allowed.
>

Good catch!  You are absolutely correct, this is an error in the spec.

The repair for this is to change the production for propstat to allow an
optional responsedescription, i.e.:

<!ELEMENT propstat (prop, status, responsedescription?)>

- Jim

Received on Monday, 12 October 1998 14:12:09 UTC