views:

192

answers:

4

I find XPath difficult to get my head around at times and am looking for a tools that I can point at a line in an xml config file an it will tell me the xpath to the attributes that I need.

Any help with this would be much appreciated>

+1  A: 

I've used the "Buba XPath builder" to do this:

http://www.bubasoft.net/xpathbuilder/Xpathbuilder2.aspx

SketchPath may also do the trick:

http://pgfearo.googlepages.com/home

James Kolpack
A: 

Visual XPath is full of win.

RandomNoob
Can't download it
Burt
Did you try http://cid-4bb423973bbcdc56.skydrive.live.com/browse.aspx/Public - he says his host has problems
RandomNoob
A: 

If you use firefox you might want to check out XPather. Even if you find another tool, this is a handy thing to have around when you just want to check something out quickly if you are like me and almost always have a browser window already open.

Dolphin
A: 

http://xpathvisualizer.codeplex.com/ is a nice tool.

dwo