- From: Julian F. Reschke <julian.reschke@greenbytes.de>
- Date: Mon, 6 Aug 2001 18:07:59 +0200
- To: "Clemm, Geoff" <gclemm@rational.com>, "DeltaV" <ietf-dav-versioning@w3.org>
> From: ietf-dav-versioning-request@w3.org
> [mailto:ietf-dav-versioning-request@w3.org]On Behalf Of Clemm, Geoff
> Sent: Monday, August 06, 2001 5:40 PM
> To: DeltaV
> Subject: RE: Use of attributes
>
> ...
>
> Probably, the best way to go is to replace the old syntax, i.e.:
>
> <D:supported-live-property-set>
> <D:supported-live-property>
> <D:name> <D:getcontentlanguage/> </D:name>
> </D:supported-live-property>
> <D:supported-live-property>
> <D:name> <X:quota/> </D:name>
> </supported-live-property-set>
Why do we need <D:name>? Wouldn't
<D:supported-live-property-set>
<D:supported-live-property>
<D:getcontentlanguage/>
</D:supported-live-property>
<D:supported-live-property>
<X:quota/>
</D:supported-live-property>
</D:supported-live-property-set>
Received on Monday, 6 August 2001 12:08:46 UTC