I have an xml file as data source, it is :
<configuration>
<device name ="d1">
<system>
<systemglobal model="mx-2"/>
</system>
</device>
<device name ="d2">
<system>
<systemglobal model="mx-8"/>
</system>
</device>
<AP name ="A1">
<DHAP>
<DAP model="AP-372"/>
</DHAP>
</AP>
<AP name ="A2">
<DHAP>
<DAP model="AP-422"/>
</DHAP>
</AP>
</configuration>
How to create a data set, with two columns, as: device_model( systemglobal/
@model), ap_model(DAP/
@model).
I can not find a way to create such data set, as I do not know how to bind the row of data set.
Thank you very much for your help!