vote up 5 vote down star
4

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

flag

5 Answers

vote up 12 vote down check

SketchPath looks like it might help (and is free)

link|flag
Agreed. Sketchpath is perfect for the job. I just came across this piece of software about a week ago. – Paxenos Apr 29 at 11:10
Thanks for the pointer, well cool utility – SteveC May 5 at 5:25
vote up 1 vote down

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

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

I've been using XmlSpy.

link|flag
1  
Sorry, I should have said FREE ... can't afford XmlSpy for personal use – SteveC Apr 29 at 21:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.