Creating XML doc from DTD using jDOM
Hi...
I want to create empty XML Document from the DTD using JDOM or JAXP & then want to populate that xml document with the values from the database.
The problem is :-
How can we create an XML document by simply reading the DTD using JDOM or JAXP.?
or
first of all how am i going to parse the DTD from jDOM or JAXp & then how will i create the empty XML Document from it..?
Please revert back soon... & thanx in advance for helping..
regards
Shoorya

