This small program imports the data from the xmls into Kotlin objects which can also be used by Java programs.
-
Install IntelliJ (a newer version with an installed Kotlin Plugin).
-
Open the project with IntelliJ and make sure that you import the Maven packages
-
You need a java sdk, either installed system-wide or installed by intellij
-
Execute the main function in XMLWahldataParser.kt
-
Use the data. Ideally debug into line 42 and have a look at the data :)