A
abdul bari
Hi
How do I load the following XML and store the values of the attributes
of the childnodes in String variables.
<?xml version="1.0" standalone="yes" ?>
- <DeviceProfile>
Profile of Device
<DeviceName>Kettle</DeviceName>
<DeviceIP>127.0.0.1</DeviceIP>
<InterfaceID>Light01</InterfaceID>
<DeviceStatus>OFF</DeviceStatus>
<DeviceDescription>Bedroom</DeviceDescription>
</DeviceProfile>
Thanks your help would be much appreciated.
Abz
How do I load the following XML and store the values of the attributes
of the childnodes in String variables.
<?xml version="1.0" standalone="yes" ?>
- <DeviceProfile>
Profile of Device
<DeviceName>Kettle</DeviceName>
<DeviceIP>127.0.0.1</DeviceIP>
<InterfaceID>Light01</InterfaceID>
<DeviceStatus>OFF</DeviceStatus>
<DeviceDescription>Bedroom</DeviceDescription>
</DeviceProfile>
Thanks your help would be much appreciated.
Abz