Best XPath tools
Posted
by Sayed Ibrahim Hashimi
on Stack Overflow
See other posts from Stack Overflow
or by Sayed Ibrahim Hashimi
Published on 2010-01-02T13:52:20Z
Indexed on
2010/05/02
20:48 UTC
Read the original article
Hit count: 600
What tools are you guys using for XPath and why? Right now I'm using
- SketchPath because its totally awesome, but its a windows app that needs to be installed
- WhiteBeam online XPath test bedbecause you can test expressions from the website
SketchPath seems to stand out the most to me because it actually helps you create the xpath and it is very advanced. If you haven't tried it you should.
Cons to SketchPath: you have to install it on the machine, otherwise it is fantastic.
Cons to WhiteBeam: you have to upload your file which I don't always want to do for security reasons and the file size you can upload has some limit on it, and uploading a file is annoying anyways. Also I think there might be some subtle differences between the xpath used for that tool and when running a .NET app. But don't remember any right now. Just keep it in mind.
© Stack Overflow or respective owner