I am developing in VB.NET with a 2 page Word 2013 .docx file as the template. Page 1 contains regions with mergefields in them. The surrounding text in English. Page 2 contains the same regions with the same mergefields, only the surrounding text is in Spanish. I have a dataset containing the XMLdata and an Aspose.Words.Document object. I read the Data into the dataset, the run MailMerge.ExectureWithRegions(dataset) and save it to a file. The output file merges the data correctly on page 1, but not on page 2. Instead, page 2's mergefields appear as literal characters. Can you help me, please? Thanks in advance
Marty