Is there an online tester for xPath selectors?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2009-03-27T02:38:07Z
Indexed on
2010/04/13
13:02 UTC
Read the original article
Hit count: 453
xpath
I know there are some online regex evaluators.. very useful, matching in real time. They are like web applications of RegexBuddy.
I was wondering if there is a similar thing for xPath selectors? I am just learning them and it would be valuable to me.
Is there an online tester that allows you to input XML and then an xPath selector and match (live would be better, but I doubt someone has written a JavaScript interpreter?) them?
Thanks
© Stack Overflow or respective owner