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.
source to share
I wrote a free option .
If you are interested or helpful, you can download the source or binary file .
source to share
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
source to share
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.
source to share