You could try JAX-B.
https://jaxb.dev.java.net/
Short Article :
http://java.sun.com/developer/technicalArticles/WebServices/jaxb/index.html
JAXB will allow you to create a Java Bean Tree given a Schema. You can
then instantiate this Java Bean tree according your input ask JAXB API
to 'marshall' the Java Bean tree to a XML file.
-Prashant
Decoker, Lydie (Lydie) wrote:
Hello,
Is it possible to generate a DOM tree from a schema? I would like to
use this tree as the skeleton of the message to be created. In that
way, I would only need to fill the value of the elements.
Thx in advance,
Lydie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]