I want to create a XML file according to a given XSD schema file. Are there any open source frameworks to use for that taks?
Currently, I am playing with EMF and loaded the XSD files (actually, there are several linked in a main file) and created the corresponding model and Java code. Currently, I cannot figure out how to create the valid XML instance file from this EMF model. Besides, I don't know if EMF is the right framework for that.
Thanks for your help and greets from Germany
Marco