Hi! What you see as hierarchical properties are "just" xml as strings. Just make a proppatch and set the property to something like <![CDATA[<somexml><something/></somexml>]]>. The CDATA is just for protection, probably works without as well.
max > -----Original Message----- > From: Meltem Yesiltas [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 16:46 > To: 'Slide Users Mailing List' > Subject: Hierarchical Properties > > > > Hi, > > Is it possible to add hierarchical properties to a resource? > > When I view the properties of a resource using DAVExplorer, I > see it has > a property called "supportedlock" and it is hierarchical. > > But I dont know how to add my own hierarchical property using > proppatch > method. > > Meltem Yesiltas > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
