A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
41
stars
4
forks
source link
Change to correct document when clicking XPath Runner results #38
I think I have found an issue.
I open an XML document and create a xpath query.
I then run that query in the Xpath Runner.
I get a list of elements found.
I can click on each element and it navigates to the correct element.
However, if I switch to a different document, and then click on the same results in the Xpath Runner window, it tries to navigate in the new document, rather than the original XML document that has my result list.
I think the Xpah Runner window should navigate to the original document that was queried.
From user vamk at https://marketplace.visualstudio.com/items?itemName=UliWeltersbach.XPathInformation#qna: