Query the repository using Xpath
This page contains some example XPath queries that can be used in the CMS 7 repository interface, which can be found at:
http://somehost:someport/cms/repository
After you login you should see something similar to the following image (click thumbnail to view a larger version).
![]()
- Find all nodes of type hippo:document
//element(*, hippo:document)
- Find all nodes that have the property 'defaultcontent:title' with the value 'title':
//*[@defaultcontent:title='title']