Search results

  1. E

    Solved XML Usage

    Hello, I just started in Python so sorry if I'm asking a noob question. I started to write a kits plugin. But I want to store my data in a XML file instead of an INI like most plugins do. INI files are for configuration not for data and useless for a more detailed data structure. I tried to...