Added by Wander Grevink, last edited by Niels van Kampenhout on May 26, 2006  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
<?xml version="1.0" encoding="utf-8" ?>

<!--
  Sample DASL query for use by the Hippo reposistory query utility (Hippo WebDAV Search).
-->
<d:searchrequest
  xmlns:h="http://hippo.nl/cms/1.0"
  xmlns:d="DAV:">
  
  <d:basicsearch>

    <d:select>
      <d:prop>
        <d:displayname/>
        <h:caption/>
        <h:index/>
      </d:prop>
    </d:select>
    
    <d:from>
      <d:scope>
        <d:href/>
        <d:depth>infinity</d:depth>
      </d:scope>
    </d:from>
 
    <d:where>
      <d:not-is-collection/>
    </d:where>

    <d:limit>
      <d:nresults>10</d:nresults>
    </d:limit>
    
  </d:basicsearch>
</d:searchrequest>