Example of XML Mapping in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to map custom XML parts to content controls in the Word document using Essential DocIO.
DEMO
SOURCE
DocIO allows you to bind content controls to XML elements that are embedded in the document. When you bind a content control to a custom XML part, two-way data binding is automatically enabled.
More information about the content controls can be found in this
Documentation
section.