- From: Wallmer, Martin <Martin.Wallmer@softwareag.com>
- Date: Wed, 12 Dec 2001 09:49:35 +0100
- To: "'www-webdav-dasl@w3.org'" <www-webdav-dasl@w3.org>
Hi, A DASL server must implement the basic search. So defining an own grammar could extend the basic search grammar. Could the following query showing the length of certain Frank Zappa songs be correct? <D:searchrequest xmlns:D="DAV" xmlns:F="http://www.xyz.com/mySearch"> <F:mySearch> <D:select> <D:prop> <D:getcontentlength/> </D:prop> <D:from> <D:scope> <D:href>/myCDs/</D:href> </D:scope> </D:from> <D:where> <F:query>All songs of Frank Zappa that do not contain political incorrect statements</F:query> </D:where> </D:select> </F:mySearch> </D:searchrequest> Best regards, Martin Wallmer Software AG
Received on Wednesday, 12 December 2001 03:49:41 UTC