Name : Cities
Alias : Cities
XML Type : Xml
Path to XML Data : /home/purvez/DevSW/Stimulsoft/Cities.xml
The data inside the file looks like this:
Code: Select all
<Cities>
<City>
<id>1</id>
<CityName>London</CityName>
</City>
<City>
<id>2</id>
<CityName>Paris</CityName>
</City>
</Cities>
I have tried removing the <Cities> node but that didn't make any difference. Please can someone tell me if I need to add any additional nodes or do something else to allow the Web Designer to recognise the data in the JS version.
Many thanks
Purvez