XPathTools
XPathTools copied to clipboard
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 indu...
Given an example XML: ` x x x y x ` This seems to work: count(object/element[node='x']) This does not: object/count(element[node='x']) You get: Error evaluating XPath This works in other XPath...
See https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension
First of all: very useful plugin! thanks for that. unfortunatelly i stepped over a annoying issue: Error message on each subs of "Copy XPath" context menu (in XML Editor). Doesnt...
Having the option to perform an XPATH query on a set of files would be useful. On the "input" side an option to specify a folder/files pattern, current project/folder/solution, and/or...