XML Search with XPath

EditiX gives you several levels of search: a simple find/replace, a full multi-file scanner, a dedicated XPath panel (XPath 1.0 and 2.0/3.0) and reusable XPath bookmarks.

//chapter/title
//p[contains(text(),'jour')]
//*/@id

Related