XPath Tool

by Pete Freitag

I wrote a web based XPath tool in ColdFusion today. The tool will allow you to perform an XPath query on a XML document, it then highlights the results and also dumps the XmlElement returned from the XPath query.

I got the idea from RichPallet's XPath plugin for eclipse, but I thought it would be cool to be able to do it from the browser.

The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.

Comments

Samuel Neff

Have you seen XPath visualizer? It does XPath evaluation entirely client side. Windows/IE only. http://www.vbxml.com/xpathvisualizer/