I cannot get the "descendant::" "descendant-or-self::" path expressions or their abbreviated forms like "//" to work for goto XPath
e.g.
neither descendant-or-self::b nor /descendant-or-self::b works for
<a>
<b>
<c>
<d txt="e" />
</c>
</b>
</a>
Also, I'd like to suggest a "select XPath" feature that selects the XPath result in the current document