I have just started working with Aspose Word and I need to provide the functionality to nest dynamic content arbitrarily deep. Basically, I am creating a large outline with static and dynamic blocks of text occuring at every level.
Nesting mail merge would easily take care of this.
I handle single levels of my outline tree with executeWithRegions(IMailMergeDataSource).
I am able to handle only 2 levels of nesting by extracting and cloning sections followed by mailMerge regions, but I cant extend this paradigm to >2 levels of nesting (also this seems to be an over-complicated solution)
Can you please discribe any workarrounds to the mailMerge nesting, or other paradigms I can use to solve this problem?
I am using the Java version.
Thank you,
–Elliot