RE: XML InfoSet and property value preservation

> Sure it can. For instance. Let's assume "x" and "y" live in 
> namespace "custom", and "p" has namespace "ns1" for x and "ns2" for y.
> 
> The response could be:
> 
> <prop xmlns="DAV:">
>    <x xmlns="custom" xmlns:p="ns1"><p:Foo>some data</p:Foo></x>
>    <y xmlns="custom" xmlns:p="ns2"><p:Bar>some other 
> data</p:Bar></y> </prop>

Yes, you're right, of course. Sorry for the confusion :-)

So the only issue that remains is that not all parsers can be used if the prefix names are to be kept.

lukas

-- 
Lukas Mathis, Numcom Software AG
Hardturmstrasse 66, CH-8005 Zürich
Direct +41(0)43-204 06 08
mailto:lukas.mathis@numcom.com, http://www.numcom.com/

Received on Friday, 18 November 2005 11:04:28 UTC