RE: PropPatchMethod and property data types

2004-05-25 Thread Michael Oliver
I must say I don't understand your problem. I have similar client side requirements for all the primitives and don't have any trouble converting them to strings to be stored as properties and converting them back from strings to primitives in the client. Why can't you do that? Michael Oliver

Re: PropPatchMethod and property data types

2004-05-24 Thread Julian Reschke
Paananen, Tero wrote: Looks like PropPatchMethod is not supporting setting datatypes on the properties to be set, thus limiting me to setting String type properties only. Since my project absolutely requires support for other data types on the client side, I'm in wee bit of trouble. Before I go

Re: PropPatchMethod and property data types

2004-05-24 Thread Simone Gianni
Hi Tero, I'm afraid properties are strings (actually, XML fragments) because this is defined in the WebDav specifications, of which Slide is an implementation. Also the entire WebDav protocol provides only String exchange, and provides propfind methods based on strings. Anyway, you can put an