- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 22 Oct 2002 10:04:29 +0200
- To: "WebDAV" <w3c-dist-auth@w3.org>
Hi, as the W3C is finishing these specs, I'd like to make the WG aware of the questions we'll have to answer about how these changes impact WebDAV. Changes that are IMHO relevant to WebDAV are: 1) The set of characters that can appear in an XML name has been extended (it now includes more Unicode characters). 2) The set of characters that can be marshalled as text data has been extended to include the control characters 1..31 (although only as character reference; null is still forbidden) 3) XML 1.1 processors may reject documents if they contain non-normalized Unicode (yers, this is optional). 4) Namespaces 1.1 allows IRIs rather than only URIs as namespace names. One possible position would be that we just ignore it. Nothing would change immediately. However we lose the ability to marshall "any" kind of XML through WebDAV properties. Allowing XML 1.1 request bodies for PROPPATCH *will* have a big impact. For instance, properties are identified by QNames, and with XML 1.1 both the valid character sets for the namespace name (can now be a IRI and thus contain non.quoted non-ASCII characters) and the local name (just a bigger subset of Unicode) will change. It may not be possible to marshall these "extended" property names back to a client that only understands XML 1.0. Similar problems appear with control characters in property values -- once they appear in a property value, the property can only be marshalled back to clients with XML-1.1 compliant parsers. At this point, I don't have a recommendation how to treat this, but maybe some more WG members should take a look at the current drafts. Julian -- <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
Received on Tuesday, 22 October 2002 04:05:03 UTC