Description
I'm loading a complex XML document, where properties are are nested using the Java 1.5 properties XML format. This is in contrast of the issue CONFIGURATION-209, where an XML-based format has been introduced. I require following signatures:
void load(Element element) throws ConfigurationException
void save(Document document, Node parent)
Please find attached a patch implementing this requirement.