Hello folks. I'm doing a homework that requires me to write/convert data from CSV to a XML file. Using C only. What kind of library supports this? Do I have to create the XML form all myself? I currently done the part of reading data from CSV into an Array, but still know not how to write it to XML. Any advice/help is highly appreciated! Thanks in advance.