Hi
I had some mailmerge word docx documents that reference regions, i.e.
«TableStart:CaseDetails»
|
|
Date: |
«InstructionReceived» |
|
|
Our Ref: |
«PMGCaseRef» |
«TableEnd:CaseDetails»
The source data is supplied via XML.
<
Instruction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
.
.
<CaseDetails>
<CaseID>cdb17b61-4d76-df11-9359-00237d5782f6</CaseID>
<PMGCaseRef>PMG10000624/101</PMGCaseRef>
<InstructionReceived>2010-06-12T19:06:31.766208+01:00</InstructionReceived>
.
.
</CaseDetails>
</
Instruction>
This used to work fine for v8.1.0.0 of the Aspose.Words.dll but when I upgraded to v9.1.0.0 this stopped working. I have therefore had to revert back to the older version.