|
Create XML From XSD
I need to generate a XML from an XSD schema in Java.
I've looked at XMLBeans and JAXB, but I would like to avoid creating new Java classes for every schema I have.
Is there any way to do this without creating new classes and compiling them?
|