Word 2XML with content controls

Hi,
we encount a word document to convert to XML using ASPOSE.word (Ver 21) as attached. but lost some content.
when we convert it to HTML, and found it is caused by “w:sdt”.
which version of ASPOSE can solve this problem?

IJPE-Final-02-error.docx (41.4 KB)

My best,

LIN Jiale

@linjiale,

I have converted your source word document (IJPE-Final-02-error.docx) to XML format by using the following C# code of latest (21.4) version of Aspose.Words for .NET API and attached it here for your reference (see DOCX to XML by Aspose.Words 21.4.zip (11.1 KB)).

Document doc = new Document("C:\\Temp\\IJPE-Final-02-error.docx");
doc.Save("C:\\temp\\21.4.xml");

Do you still see the same problem in this XML file when opening this XML with MS Word on your end? If yes, then please also create and attach a comparison screenshot which highlights the problematic area(s) in this Aspose.Words 21.4 generated XML (with respect to MS Word generated XML). We will then investigate the issue further on our end and provide you more information.