Read XML file with windows batch

后端 未结 4 606
北荒
北荒 2021-01-23 08:09

I\'m trying to read an xml file and read STRING \"50\" between the build tags from a XML file. I tried it but I\'m not getting any output.

The XML file..



        
4条回答
  •  广开言路
    2021-01-23 08:56

    you can try the xpath.bat - script that can get a value from xml file by given xpath:

    call xpath.bat "build.xml" "\\build"
    

提交回复
热议问题