Hi,
My project has a few xml templates that were modified and added to a zip file. The problem was that the templates were all in a template folder but the expected format of the zip file was to have them straight in the root.
project hierarchy: templates/blah.xml
expected zip file hierarchy: blah.xml
Anyway of achieving that without moving the xml files into the root folder of the project?
Thanks