- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Wed, 05 Oct 2005 23:50:13 +0200
- To: Wilfredo Sánchez Vega <wsanchez@wsanchez.net>
- CC: WebDav <w3c-dist-auth@w3.org>
Wilfredo Sánchez Vega wrote: > My DAV implementation (http://svn.red-bean.com/wsanchez/trunk/ > TwistedDAV/) removes the property value element from the DOM in the > request and creates a new XML document with that element as the new > document's root element. I let the PyXML engine render the new > document and store the result in the property store for the resource. > > My intention is that when a client requests a property value, that > the value sent back is semantically equal to the original. It is not > character-for-character equal. If you want that, don't send me XML, > but escape your XML on the way in, and undo that on the way out. So who decides what "semantically equal" means? Is it semantically equal if it does a differing XML Infoset (<http://www.w3.org/TR/xml-infoset/>)? I doubt so. > ... Best regards, Julian
Received on Wednesday, 5 October 2005 21:50:32 UTC