I know that there is a lot of such a topics online but the problem is, that none of solutions work for me. Language I'm using: Java IDE: Intellij
Just to make clear, I'm using community edition, maybe that's why none of plugins, like JAXB doesn't work.
From the other file I extracted data (values) and I need to create XML file with this data. Also there is XSD schema here: http://www.bpsim.org/schemas/1.0/
I'm thinking maybe there is any third-party solutions what I can use? Cause I really don't want to code all the XML file by hands cause it's thousands of values and code.
Anyone knows a good solution?