I already had a look at: how to create an odt file programmatically with java? but it is an old question and the solutions are using another XML-parser.
I'd like to easily create an .odt-file with Scala programmatically and write a very small WYSIWYG-editor in ScalaFX to be used within an application.
Any ideas or resources?