S
Sukanta
Hi,
Below is my XML file with some Platform and feature name. I have to
show the platform name in a drop down list.
How I will write a DOM parser for this.
<?xml version="1.0" encoding="UTF-8"?>
<Platformlist>
<Platform Name="A90-610010" type="xyz" customer="HSS">
<Feature Name="LAN Configuration"/>
<Feature Name="WAN Configuration"/>
<Feature Name="Firewal Settings"/>
</Platform>
<Platform Name="B90-600085" type="xyz" customer="HSS">
<Feature Name="Firewall Settings"/>
<Feature Name="WAN Configuration"/>
</Platform>
<Platform Name="C90-610010" type="xyz" customer="HSS">
<Feature Name="Firewall Settings"/>
<Feature Name="WAN Settings"/>
</Platform>
</Platformlist>
Thanks in advance.
Sukanta
Below is my XML file with some Platform and feature name. I have to
show the platform name in a drop down list.
How I will write a DOM parser for this.
<?xml version="1.0" encoding="UTF-8"?>
<Platformlist>
<Platform Name="A90-610010" type="xyz" customer="HSS">
<Feature Name="LAN Configuration"/>
<Feature Name="WAN Configuration"/>
<Feature Name="Firewal Settings"/>
</Platform>
<Platform Name="B90-600085" type="xyz" customer="HSS">
<Feature Name="Firewall Settings"/>
<Feature Name="WAN Configuration"/>
</Platform>
<Platform Name="C90-610010" type="xyz" customer="HSS">
<Feature Name="Firewall Settings"/>
<Feature Name="WAN Settings"/>
</Platform>
</Platformlist>
Thanks in advance.
Sukanta