Simple addition to the XML Editor in Visual Studio that allows you to search and navigate your XML file using XPath query.
1. Open any xml file 2. Make sure Xml Editor Toolbar is visible 3. Type XPath query into XPath box and hit Enter Matching elements in XML file would be highlighted and list of matches will appear in Output window NOTE: if your xml file has a default namespace, you have to use ns: prefix in your query.
|