====== Data in the settings file ====== If you don't want to separate the data from the settings, and have them all in one file, you can inlcude your data in the settings file. To do this, place a XML node within . The data must be placed within the XML node. It may be in both CSV and XML format. XML example: 1950 ............................. ......... ......... CSV example: 1950;10;66 1951;15;16 1952;66;98 ..........