[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xml-dev] DOM
Hi Ram,
I dont think this is really a DOM question. Its a logic issue. You can
parse the file and store your values as a list objects and get the values
when needed using getters and setters.
- SK.
> 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>
> 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
|