XPath Search

Xpath query:   advanced

On this page, you can search through the XML files of the corpus using XPath queries. You can use this to search for things that cannot be found using the much more efficient CQP query, such as for instance any sentence containing a token which contains letter added later:

//s[.//tok//add]

If you have permissions, you can also use it to restrict the query to information taken from the teiHeader, also expressed as an XPath query. For instance, you can look for sentences only in files that have a recoringStmt that contains a URL for a sound file:

//recording//@url