I am working on a web application. In that I am having a xsd file and I want to generate xml files runtime which follows the given xsd file.
As it is web application, using IDE's like eclipse, etc. for xml file generation are not helpful.
I tried jaxb but it generates java classes which I can use to generate xml but that is also not helpful on web.
xmlspy & oxygen tools I don’t want to use as they are not freeware.
I heard xsd.exe tool will do that but I don’t know how to use it.
I want to generate xml files from xsd runtime like on a click of button or by submitting a form in GUI. Please help me.
Thanks