How to make an XML document into java class using jdom
Yogita Rakasi
Greenhorn
Joined: Jul 10, 2001
Posts: 2
posted
0
Hi, I have an xml document which has multiple sets of key, pair and name value elements. This document contains the database connectivity information. I would like to convert this xml document into a java class using jdom and list. Please let me know the best way to do it. Also please send me an example or the links which would help me. Thank you in advance. Yogita
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
What are you going to do with the class once you have it? The solution could be as simple as an object holding the DOM and having methods to query it. Bill