This is not relevant to Spring, but I'm not sure whereelse I could post. I have a common set of data, and a few different xml schemas. What is the best approach to generate different xml files based off these xml schemas? I would expect a process that take the data and a xml schema, and then spit out a xml file. Is it possible? Thanks for your help.


Reply With Quote