[config.txt](https://github.com/IngoGege/xXMLConfigFile/files/4316533/config.txt) Hi i have to add four 'add' nodes with two attributes for each new node. The result should look like: <add key="InstallationName" value="INFO" /> <add key="webpages:Version" value="2.0.0.0" /> <add key="webpages:Enabled" value="false" /> <add key="PreserveLoginUrl" value="true" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> i have no idea how to solve this with XMLConfigFile Thanks for any hint.