What are the best XPath 2.0 Expression Evaluator for Eclipse?

Any other standalone that is worth saying?

link|improve this question

67% accept rate
feedback

6 Answers

This tool is sufficient for me.

http://www.eclipse.org/webtools/

go to Windows->ShowView->XML->XPath

link|improve this answer
I agree. This does what I need it to do – Lawrence Tierney Jun 14 '11 at 8:34
feedback

I've long been a fan of XPath Developer, a plugin for Eclipse. It takes the contents of the currently focussed editor, and the you can run XPath expressions over it from the XPath view. Installation via the update site.

These are from the same folks who gave us the also excellent QuickREx.

Edit: If you are looking for an XPath 2.0 editor you may be in luck with the free .Net based SketchPath. It was recommended by Scott Hanselman.

link|improve this answer
1  
behind the scenes this uses Xalan which supports only XPath 1.0. plus it can't handle XPath's variables. – Lucas -luky- N. Feb 9 '09 at 10:21
it doesn't seem to work with Eclipse 3.7.1 out of the box – vak Oct 27 '11 at 11:30
feedback

Relatively new, there's Xpath Evaluation Plugin

link|improve this answer
feedback

Any other standalone that is worth saying?

Look up the XPath Visualizer -- has versions for IE and for Mozilla/Firefox

UPDATE:

Since Nov. 2010 the XPath Visualizer has a new, safer home, kindly provided by Lars Huttar.

link|improve this answer
YMMV, but per Google intercept warning: "What is the current listing status for topxml.com? Site is listed as suspicious - visiting this web site may harm your computer. Part of this site was listed for suspicious activity 21 time(s) over the past 90 days." – joel.neely Feb 8 '09 at 22:19
@joel.neely This may or may not be the case. I read about a google bug that it now lists more than 80 percent of all sites as "suspicious". Could you propose a more secure site where to put useful tools? – Dimitre Novatchev Feb 9 '09 at 0:56
feedback

I reckon the webtools plugins is the most obvious to use, but I believe it doesn't support XPath 2.0, yet still can do a lot with it. If using Linux/UNIX, you can use xpath command which "uses the XML::XPath perl module".

link|improve this answer
feedback

The XML editor Oxygen can be used as an Eclipse plugin. I've only used it in stand-alone mode, but its XPath editor/evaluator is very good.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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