i must create an XML file starting from a template that i can define, using the values contained in a csv:
I have to define a template containing a set of tags
I will receive a csv file containing some of these tags with their values
Then, i have to prepare a new XML file, taking the template as initial setting, and filling the values inside the tags only for the tags contained in the csv file i received.