What tool do you use to test and develop XPath expressions?

I would like something similar to Jerry Shaw's regex tool ,

alt text http://i29.tinypic.com/2ujm6mv.jpg

... but for XPath.
I would prefer a standalone tool, free, built in .NET, WinForms or WPF.


EDIT :
I found this one on codeplex which suits my requirements as stated, but it does not contain features. It doesn't even resize.

alt text http://i32.tinypic.com/264lw94.jpg

+2


source to share


4 answers


I wrote a free option .

If you are interested or helpful, you can download the source or binary file .



alt text http://i29.tinypic.com/1zwp5ix.jpg

+7


source


If you are using Notepad ++ there is a plugin for XML tools.
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Central

There's also Sketchpath , which is more complete.



And it made me realize that this is a duplicate
Tool / utility for checking debugging XPath queries

+7


source


oXygen XML

Not free, but well worth it if you're doing serious XPath / XSLT development.

+1


source


I am using Xpath Checker plugin for Firefox. Works pretty well, but I wouldn't classify it as a "serious development tool". But very handy for testing xpath expressions.

0


source







All Articles