I frequently need to create multilevel XML. FME does a great job of creating one or two levels of XML. Unfortunately a lot of XML I need to create has at least 3 or 4 'sub' levels- or elements within elements, within elements with multiple attributes etc.
The only work around I have is using multiple templaters and creating the inner elements first then using a 'key' attribute to join to the next upper element [in another templater]. This is sort of a daisy chain of nested XML until its finally assembled. However, it would be nice to do this all in one templater.
Thank you.