Using JDOM to Parse XML and Insert into DB with JDBC

From: Ray Williams (ramon_williams_at_2die4.com)
Date: 12/15/03


Date: 15 Dec 2003 11:39:30 -0800

I have never used JDOM but have experience with JDBC. From the online
docs JDOM looks fairly easy to use. Does anyone have an example of
JDOM parsing a document with an associated insert (or write statement)
for the individual element. Also, how do I associate a lower level
element that I want to write out with it's parents? Will I need to
keep track of the upper levels or will the jdom parser keep track of
that for me? Thanks Ray