Has anyone got any recommendations for tools/utilities to use in creating/debugging XPath queries for Windows ?
|
|
SketchPath looks like it might help (and is free) |
||
|
|
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.
|
||
|
|
|
|
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. |
||
|
|
|
|
The XPath Visualizer is a popular tool for learning XPath by playing with XPath expressions. Free and open source. Allows any XPath expression to be evaluated against a given XML document and displayes the results hi-lighted in the xml document (if they are node(s)) or in a separate box (if the results are atomic values). Allows xsl:variable-s to be defined and then used in XPath expressions. Allows xsl:key-s to be defined and then referenced by key() functions within XPath expressions. |
||
|
|
|
|
I've been using XmlSpy. |
||||
|

