I'm using XML layout to export a custom xml structure, mainly to avoid <channel> and <item>.
In the attached screenshot is the structure I use.
My problem is that if I don't enter any template fields so that CSVI will use the layout I created, no export is performed as it requires template fields. If, on the other hand, I enter any template fields (used one as an example) I get the default layout as follows:
<?xml version="1.0" encoding="UTF-8"?>
<channel>
<item>
<id>2447</id>
</item>
</channel>
Any ideas on what I'm doing wrong?
Thanks!
Dennis