Pete Freitag Pete Freitag

XPath Tool

Published on July 28, 2004
By Pete Freitag
coldfusion

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.



xml xpath cfml

XPath Tool was first published on July 28, 2004.

If you like reading about xml, xpath, or cfml then you might also like:

Fixinator

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.


Try Fixinator

CFBreak
The weekly newsletter for the CFML Community


Comments

Have you seen XPath visualizer? It does XPath evaluation entirely client side. Windows/IE only.

http://www.vbxml.com/xpathvisualizer/
by Samuel Neff on 08/03/2004 at 11:11:01 PM UTC