How to parse xml file in batch (CMD)

后端 未结 3 1347
谎友^
谎友^ 2020-12-20 23:00

Can you help me to list browsers from this file http://techpatterns.com/downloads/firefox/useragentswitcher.xml into txt file, separated by %tab% delimiter?

3 or 4 c

3条回答
  •  情歌与酒
    2020-12-20 23:28

    Check the xpath.bat - script that can get values from xml by given xpath expression:

    call xpath.bat "useragentswitcher.xml" "//folder/@description"
    

提交回复
热议问题