ich diese Methode bin mit zur Erzeugung docx Datei: public static void CreateDocument(string documentFileName, string text)
{
using (WordprocessingDocument wordDoc =
WordprocessingDocument
ich folgende XML haben: <root>
<fields>
<field>Some Name</field>
<field>Another Name</field>
</fields>
</root>
Als Ergebnis würde ich gerne haben: Some Name
Another Name
Um d