Has anyone got any recommendations for tools/utilities to use in creating/debugging XPath queries for Windows ?
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- XPath How to retrieve the value of a table cell fr
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
相关文章
- scrapy爬虫数据清洗
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- CosmosDB emulator can't start since port is al
- How to print to stdout from Python script with .py
SketchPath looks like it might help (and is free)
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.
There are a couple of good options on Codeplex ..
XPathVisualiser at http://xpathvisualizer.codeplex.com/
XMLExplorer at http://xmlexplorer.codeplex.com/
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.
There is a new plugin for Notepad++: XPatherizerNPP. The biggest advantage it has over XML Tools is the reverse lookup feature.
I've been using XmlSpy.