Hi,
I wanted to ask if there is a way to enclose the whole produced XML inside a custom element.
For example:
Instead of
<products>
<product>
…
</product>
</products>
to have something like
<shop1>
<products>
<product>
…
</product>
</products>`
</shop1>