Hi!

I believe this is because the DASL protocol is not a real standard, but still a 
draft, plus all properties in slide are searchable, selectable and sortable. 
All custom properties are strings, and some special DAV ones are ints or dates 
in string form.

You might get similar information with a PROPFIND.

max

> -----Original Message-----
> From: Darren Hartford [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 09, 2006 21:21
> To: Slide Users Mailing List
> Subject: QuerySchema not supported in Slide
> 
> 
> Forgot to mention - it does not seem that the D:queryschema tag is
> supported.  It is optional for WebDAV compliance.
> 
> Query:
>                   String metadata = "<D:searchrequest xmlns:D=\"DAV:\"
> >" +
>                       "<D:basicsearch>" +
>                       "       <D:select>" +
>                       "               <D:queryschema/>" +
>                       "       </D:select>" +
>                               "<D:from>" +
>                               "           <D:scope>" +
>                               "
> <D:href>/slide/files</D:href>" +
>                               "
> <D:depth>infinity</D:depth>" +
>                               "           </D:scope>" +
>                               "       </D:from>" +
>                               "   </D:basicsearch>" +
>                               "</D:searchrequest>";
> 
> Response is 400 (also a previous warning about props/allprops being
> required which, when included, does not make a difference).
> 
> http://www.webdav.org/dasl/protocol/draft-dasl-protocol-00.html
> 
> Just an FYI,
> 
> -D
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to