The XPathVisualizer application was developed to be a simple, free Winforms tool to help you visualize the results of XPath queries on XML documents.
Here are some key features of "Portable XPath Visualizer":
· load the XML document from a filesystem file, from an HTTP URL, type it in, or paste (Ctrl-V).
· automatically detect and display the XML namespaces in use, in the document, including those with and without explicit prefixes
· XPath query validation - red squigglies on an XPath query that makes no sense.
· Remembers 10 most-recently used XPath queries.
· automatically inject the default xml namespace into query expressions
· visualize the XPath query resultsion the XML document
· Easy scroll through the matched nodes of an XPath query
· strip XML namespaces from any document
· Remove matched nodes in the document
· Re-indent or reformat XML
· After modifying the XML in any way, you can save the modified XML document to a new file
Requirements:
· NET Framework 3.5