Tool / utility for checking debugging XPath queries

26,060

Solution 1

SketchPath looks like it might help (and is free)

Solution 2

If you have Notepad++, there's an XML tools plugin. Among the tools in that plugin is a simple XPath expression evaluator. Sketchpatch is much more complete (I've tried it and it's nice) but if you use Notepad++ all the time it's worth knowing about this plugin.

Solution 3

There is a new plugin for Notepad++: XPatherizerNPP. The biggest advantage it has over XML Tools is the reverse lookup feature.

Solution 4

There are a couple of good options on Codeplex ..

XPathVisualiser at http://xpathvisualizer.codeplex.com/

XMLExplorer at http://xmlexplorer.codeplex.com/

Solution 5

Liquid XML Studio comes with an XPath visualizer. The stand alone version is free in the community edition. If you want to integrate it into visual studio then you have to buy it though.

It highlights the results as you type, and has auto complete on the XPath expression.

alt text

Share:
26,060
Dan
Author by

Dan

Contracting in anything interesting with Microsoft technologies, primarily middle/back-end in C#, BizTalk, Azure, SQL Server, WCF, SSIS, etc. Currently working at Wokingham Borough Council on integrations using Dynamics CRM Online, Azure Service Bus and various back office systems. Please feel free to contact me if you've got an interesting project ...

Updated on May 19, 2020

Comments

  • Dan
    Dan about 4 years

    Has anyone got any recommendations for tools/utilities to use in creating/debugging XPath queries for Windows ?