Re: Bugzilla issue 10, was: Plan to resolve issues in 2518bis

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