You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Goto XPath' command is very basic, it only supports the basic XPath location - using the child axis.
In the future I hope to integrate a separate fully functional XPath editor for either selecting nodes in the current document or returning values in a table or JSON notation, this tool will use the Saxon processor and thus support any kind of XPath expression.
I will also add a 'select XPath' feature that copies the current XPath of the active document onto the clipboard.
I cannot get the "
descendant::
" "descendant-or-self::
" path expressions or their abbreviated forms like "//
" to work for goto XPathe.g.
neither
descendant-or-self::b
nor/descendant-or-self::b
works forAlso, I'd like to suggest a "select XPath" feature that selects the XPath result in the current document
The text was updated successfully, but these errors were encountered: