-----Original Message-----
From: Dongeun Kim
[mailto:dekim@tmax.co.kr]
Sent: Monday, April
22, 2002 9:11 AM
To: xml-dev@lists.xml.org
Subject: [xml-dev] Question : Is
there any good 'conveter' generator? ( for java)
Converter
generator : means something producing java class( which contains data) from xml file(Xml Tree) ,or
from java class to xml file(XML Tree)...
For
example, if I add one more element ( or attribute) to dtd, I have to add that corresponding part to my current 'convetering' code.
This
is quite repetitive, dull job.. which I might think 'automated' in some way.
I'm
saying something working in higher level than 'JDOM', I guess...