How to extract multiple data from XML file using NSIS?
I used UpdateXml to download XML and extract only one value from it too many times.
Is it possible extract multiple values from XML file using UpdateXml or maybe I should use another command/plugin to get needed data?
How to extract multiple data from XML file using NSIS? I used UpdateXml to
Share
Use XML plug-in to parse XML document and build DOM structure which you can use in your script. If the XML is not available locally, use NSISSdl plug-in to download.