← Prev in month
← Prev in thread
DOM
Hello techies,
I am using reading xml file by using DOM in java. My problem is i have to read the xml file n the values b/w the tags <name> n < value> i have to take.
Here is the my xml file
<kk>
<name>PRICE</name>
<value>6</value>
</kk>
<kk>
<name>SIZE</name>
<value>13</value>
</kk>
<name>PRICE</name>
<value>6</value>
</kk>
<kk>
<name>SIZE</name>
<value>13</value>
</kk>
I am using jcombo box to display price n display. when i select price i should get 6 n when i select size i should get 13.
how can i do this one.
Any one suggest the solution
regards,
ramu
Enjoy this Diwali with Y! India Click here
← Prev in month
← Prev in thread