Hello,
I want to generate an xml file containaing multiple loop.
I have tried to use TAdvancedXmlOutput, tXmlMap ...but we can only set oone Loop Element.
Any idea on how to generate xml with multiple loops?
exemple:
Hi, tXMLMap supports multiple loop element, so you should define the XML tree on tXMLMap, not tAdvancedOutputXML, tAdvancedOutputXML don't support multiple loop elements. on tXMLMap, add a new column with Document type, and then define the xml tree. Best regards Sabrina