new (well, old) issue to be added to issues list: keepalive

Hi.

Currently, RFC2518 says in 12.12.1 [1]:

   <!ELEMENT keepalive (#PCDATA | href+) >

So individual properties are identified by "href" (which doesn't make sense
in the general case).

So (assuming that propertybehaviour/keepalive isn't dropped anyway), this
will need to be changed to:

   <!ELEMENT keepalive (#PCDATA | prop+) >

where DAV:prop contains property elements.

Julian


[1] <http://www.greenbytes.de/tech/webdav/rfc2518.html#ELEMENT_keepalive>

Received on Monday, 28 January 2002 12:46:25 UTC