How to work with the Xpath visualizer

I downloaded the XPath Visualizer version 1.4 folder from IE compatible with http://www.huttar.net/dimitre/XPV/TopXML-XPV.html . I am currently using Internet Explorer 8, and then I open the file “XPathMain.htm” from the downloaded folder and try to browse “authors.xml 'and give the xpath expression as // * and clicked the“ process file ”button, but I didn’t receive any output. I need to configure something in my browser or enable any jscript as such. None of this is mentioned in the read me file.

+6
source share
1 answer

You can use Xpath Explorer. Also check out this site for an online XPATH evaluator.

If you have a budget, go for XML SPY .

+3
source

Source: https://habr.com/ru/post/917954/


All Articles