[
Lists Home |
Date Index |
Thread Index
]
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Subject: DOM
- From: Seetha Rama Krishna <ram_kurra@yahoo.co.in>
- Date: Thu, 27 Oct 2005 15:16:01 +0100 (BST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=UyM7VlHOWI6ajQgpJhckLP9SzVPCzBCb34cpaeDLSrhEzwrWk+RagEcf7g8E7iri/Q1AxfsWAEpgoK/C7IRWSxdlS5sn+5pbZzRFfA9ZnP9MYkIPnRs9+P28/oa8Ve7ZzCJRkFdHUJsZyFsSn/Gj9BrXsNm1ve3m2c1Gh9we5V8= ;
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
Enjoy this Diwali with Y! India Click here
|