1/Add the necessary fields to “Fields for Export”
2/Select option “Export as:” set to my.xml.
3/Edit User defined XML, part 1,2,3
Example xml:
User defined XML, part 1 – header
The static part contains the exported data. You may need to change encoding or any other part. It looks like this:
User defined XML, part 2 – table of contents
Your data. This part is repeated for each exported row. Example:
Where Your_user_key1 is xml tag name, name what You needs in exported xml.
Where #something# is key from “XML elements tag” table enclosed in #. If data can contain special characters, enclose the data between [CDATA[ ..]]
User defined XML, part 3 – footer
The static part contains the exported data. It looks like this:

Hi,
I would like to export at the same time some order and one file per order but even I click on the options “one order – one file” it export all order in one file. How I have to do it?