- From: Clemm, Geoff <gclemm@rational.com>
- Date: Tue, 14 May 2002 07:50:28 -0400
- To: "Webdav WG (E-mail)" <w3c-dist-auth@w3c.org>
I would prefer keeping everything an element (e.g. an href element and a sourcetype element), e.g.: <D:prop> <D:source-set> <D:source> <D:href>"http://example.com/dav/source.xml"</D:href> <D:sourcetype>Source</D:sourcetype> </D:source> <D:source> <D:href>"http://example.com/dav/render.xsl"</D:href> <D:sourcetype>Stylesheet</D:sourcetype> </D:source> <D:source> <D:href>"http://example.com/dav/etc.etc"</D:href/> </D:source> </D:source-set> </D:prop> for the standard reasons why elements are preferable to attributes. Cheers, Geoff -----Original Message----- From: Jim Whitehead [mailto:ejw@cse.ucsc.edu] Sent: Monday, May 13, 2002 7:56 PM To: Webdav WG (E-mail) Subject: RE: Issue: SOURCE_PROPERTY_UNDERSPECIFIED Joe Orton writes: > I just dropped the xlink: from the href attribute, and got rid of the > xlink:role attribute entirely, giving e.g.: > > <D:prop> > <D:source-set> > <D:source href="http://example.com/dav/source.xml">Source</D:source> > <D:source href="http://example.com/dav/render.xsl">Stylesheet</D:source> > <D:source href="http://example.com/dav/etc.etc"/> > </D:source-set> > </D:prop> > I like this, except for the "Source" and "Stylesheet" not being individual elements or attributes. The i18n characteristics of the approach above are not great -- I can just see a Kanji UI popping up a pick list of English words, ugh. What was the perceived problem with using the xlink:role attribute (and Xlink syntax in general?) - Jim
Received on Tuesday, 14 May 2002 09:27:29 UTC