Enter an XPath to highlight:
Highlight matched nodesList matched nodes
XPath expressions are evaluated with the document as the context node.
If you are using a default namespace URI in your source (e.g. <html xmlns="http://www.w3.org/1999/xhtml">), XPath expressions will not be able to match on node name alone. Instead of '//nodename' use '//*[name()='nodename']'.