I am just wondering if there is a simple method to load Java variables (only String) from a XML file, that is like the following. Most of the libraries and methods i read seem to be quite confusing.
<?xml version="1.0" encoding="UTF-8"?>
<registerData>
<firstname>Max</firstname>
<lastname>Mustermann</lastname>
<email>max@mustermann.com</email>
<company>Max's Mustermänner</company>
</registerData>
Thank you for your help!
Benjamin