XML inside custom element?
-
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>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘XML inside custom element?’ is closed to new replies.