Found a pretty cool tool that I thought I’d share. One of my co-workers introduced me to Visual XPath. I could really have used this when I was working heavily with XML awhile back. It does have a few flaws (like it apparently doesn’t handle nested namespaces so well) but it suits me down to the ground. This is one of those tools that’s just begging to be open-sourced and I’d love to see what would happen if the C# community got a hold of it. You can download it from here
UPDATE: I’ve found something even better than yes. It’s called SketchPath.
One Response
XPathMania at Stuff.za.net
January 15th, 2009 at 7:27 am
1[…] Richard @ Owl Says Woot has a post about a tool called Visual XPath. I found a tool a while back called XPathMania its a plugin to Visual Studio 2005 (Don’t know if there is a 2008 version out yet.) that allows you do test XPath Queries inside Visual Studio and build them, has saved me many frustrating hours when I’ve been writing xslt scripts. […]