Tool / utility for checking debugging XPath querie

2020-05-14 08:20发布

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

标签: windows xpath
6条回答
相关推荐>>
2楼-- · 2020-05-14 09:04

SketchPath looks like it might help (and is free)

查看更多
做自己的国王
3楼-- · 2020-05-14 09:05

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.

查看更多
小情绪 Triste *
4楼-- · 2020-05-14 09:05

There are a couple of good options on Codeplex ..

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

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

查看更多
淡お忘
5楼-- · 2020-05-14 09:06

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

查看更多
Melony?
6楼-- · 2020-05-14 09:09

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

查看更多
ゆ 、 Hurt°
7楼-- · 2020-05-14 09:13

I've been using XmlSpy.

查看更多
登录 后发表回答