Decided to use Apache\'s Common Configuration package to parse an XML File.
I decided to do a:
XMLConfiguration xmlConfig = new XMLConfiguration(file
You need Apache Commons Lang 2.6
(Current release of Apache Common Configuration (1.8) wont works with version 3.1 of Apache Common Lang library, you might need to check Common configuration dependencies here )