Hi,
Refering to XML parser tutorial at how do we extract the attribute value.
e.g;
The XML file:
-------------
<?xml version="1.0"?>
<machine>
<component id="1">
<title>Sound Card</title>
<price>Rs. 700.00</price>
<madein href=" </component>
</machine>
We would like to extract the value of href and link it with 'India', so that, if user clicks on India, it goes to
Thanks,
Gyan
Refering to XML parser tutorial at how do we extract the attribute value.
e.g;
The XML file:
-------------
<?xml version="1.0"?>
<machine>
<component id="1">
<title>Sound Card</title>
<price>Rs. 700.00</price>
<madein href=" </component>
</machine>
We would like to extract the value of href and link it with 'India', so that, if user clicks on India, it goes to
Thanks,
Gyan