0

Is it possible to run XPATH queries on an active window which is an XML from the Immediate window?

(In my case, I would like to do it to see if I am selecting the correct nodes; but anyway, is it possible and how? Example?)

pencilCake
  • 51,323
  • 85
  • 226
  • 363

1 Answers1

0

I would do it in Firefox. Install XPath addon and open the xml on firefox.

ysrb
  • 6,693
  • 2
  • 29
  • 30
  • No that I know of. You can try http://www.xmlme.com/XpathTool.aspx For IE you can also try http://www.huttar.net/dimitre/XPV/TopXML-XPV.html – ysrb Sep 21 '11 at 23:32