I'm wondering why I can't use the one pointed in the kotlin documentation with "parseXml()" (
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.dom/parse-xml.html)? So, I need to download this kotlinx.dom to start using it? Yes, it can be a solution, thanks! I'll definitely try this out.
And yes, I know that I can use java stuff, but I'm looking specifically for kotlin-way-of-things stuff.