DevToys
DevToys copied to clipboard
XPath Tester
Is your feature request related to a problem? Please describe. The one online tool I use that this toolkit doesn't replace is an XPath tester, and it would be awesome to never have to bookmark this stuff at all.
Describe the solution you'd like A tool that would return the matches for an input xpath and xml, similar to the regex tester.
Describe alternatives you've considered The best currently available online tool (from what I could easily find) is http://xpather.com/, which seems to be an implementation of https://github.com/jpetitcolas/xpath-tester.
Additional context XPath definitely isn't as popular as the other stuff in here but I think it could be a pretty cool feature further down the line.
+1, there seem to be very few good XPath testers. Bonus points if there's a mode to make it act exactly the same as System.Xml.XPath.
+1 to this and I would include JsonPath as well :)
Please add this - it's weird that it's missing...
I created a simple XPathTester plugin that executes XDocument.XPathEvaluate() and outputs the result. This is sufficient for simple tasks.
It has published on nugets as “tesuri.DevToys.XPathTester.”