Hey all,
First, are all webdav queries the same for different webdav servers?
i.e., for Jakarta Slide this example works, but does it work for other
webdav servers:

"<D:searchrequest xmlns:D=\"DAV:\">" +
                        "<D:basicsearch>" +
                        "<D:select>" +
                        "<D:allprop/>" +
                        "</D:select>" +
                        "<D:from>" +
                        "           <D:scope>" +
                        "
<D:href>/slide/teststore</D:href>" +
                        "               <D:depth>infinity</D:depth>" +
                        "           </D:scope>" +
                        "       </D:from>" +
                        "       <D:where>" +
                        "           <D:eq>" +
                        "
<D:prop><D:displayname/></D:prop>" +
                        "               <D:literal>HSM.doc</D:literal>"
+
                        "           </D:eq>" +
                        "       </D:where>" +
                        "   </D:basicsearch>" +
                        "</D:searchrequest>";

Second, whether a webdav query is the same for all webdav servers, or
this is Slide-specific, where is there a good reference for this query
structure?

Forgive my ignorance, just trying to learn me something ;-)

-D

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to