> Remy Maucherat wrote:
>
> > > Hi,
> > >
> > > How can I define a property with more than one value. Is it supported
> > > with slide? If yes, please let me know how?
> >
> > No. It mirrors WebDAV there.
>
> In RFC 2518, in proppatch example, defining a property with more than a
value
> is discussed.
Are you talking about the "authors" example in the paragraph on PROPPATCH ?
I think there's a misunderstanding there.
You can set the property value which is an XML fragment, and which would
contain multiple elements ("subvalues"). But then it's up to you to parse
these multiple values (Slide won't do it for you).
Remy