I'm trying to read values from demo.xml file using innosetup and want to populate some sting values.Here is my demo.xml file
<?xml version="1.0" encoding="ISO-8859-1"?>
<context>
<object name="sapconfig" class="com.iqc.egl.common.content.sap.SapConfig">
<string value=""/>
<string value="saplabs;usa"/>
<string value="uae"/>
<string value="002"/>
</object>
Here i want output populated as: saplabs;usa and uae .Can anybody guide me.Your help will be appreciated.This xml is static.