Closed jamacoe closed 7 years ago
How do I have to design the sheet and what settings do I have to choose in the sidebar, in order to get a 3 level nested xml output, like:
<root> <fruit> <description> <en>Some text</en> <de>etwas text</de> <es>poco texto</es> </description> </fruit> </root>
I only seem to achive this if I include the last level as text in the field content, using a sheet like:
root description description description fruit <en>Some text</en> <de>etwas text</de> <es>poco texto</es>
This has to do with Complex Nested Elements. I am currently working to support this feature, and it should be ready soon!
For now, I am closing this issue since it is a duplicate of Complex Nested Elements.
How do I have to design the sheet and what settings do I have to choose in the sidebar, in order to get a 3 level nested xml output, like:
I only seem to achive this if I include the last level as text in the field content, using a sheet like: