I have multiple <body>
tags from an word document.
I do this with the open xml sdk. So the new document should generated with openxml
The body's comes from
WordprocessingDocument.Open("C:\Temp\Test.docx").MainDocumentPart.Document.Body.OuterXml
I have so different body's in a list. With al different values. Changed some text in the xml. And saved them in a new list.
Now must that list in an new word document. How can i do that? I tried altChunk. But my word document is always corrupt.
Somebody that can help me?