Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool / utility for checking debugging XPath queries [closed]

Tags:

windows

xpath

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

like image 376
SteveC Avatar asked Apr 29 '09 11:04

SteveC


People also ask

What is XPath in HTML?

XPath stands for XML Path Language. It uses a non-XML syntax to provide a flexible way of addressing (pointing to) different parts of an XML document. It can also be used to test addressed nodes within a document to determine whether they match a pattern or not.


2 Answers

SketchPath looks like it might help (and is free)

like image 199
Marc Gravell Avatar answered Oct 05 '22 14:10

Marc Gravell


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.

like image 36
JRL Avatar answered Oct 05 '22 16:10

JRL