blob: caad01f5d7f4d63392a7bbaabeafa6798783968b [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" ?>
<dasl:query xmlns:dasl="http://cocoon.apache.org/webdav/dasl/1.0"
target="webdav://localhost/repos/">
<D:searchrequest xmlns:D="DAV:">
<D:basicsearch>
<D:select>
<D:allprop/>
</D:select>
<D:from>
<D:scope>
<D:href>/repos/</D:href>
<D:depth>infinity</D:depth>
</D:scope>
</D:from>
<D:where>
<D:eq>
<D:prop><D:getcontenttype/></D:prop>
<D:literal>text/html</D:literal>
</D:eq>
</D:where>
<D:orderby>
<D:order>
<D:prop>
<D:getcontentlength/>
</D:prop>
<D:ascending/>
</D:order>
<D:order>
<D:prop>
<D:href/>
</D:prop>
<D:ascending/>
</D:order>
</D:orderby>
</D:basicsearch>
</D:searchrequest>
</dasl:query>