Create DOCX from OOXML

In our table, we have a column that contains full Word document in OOXML format.
Can you please provide an example on how I can use Aspose.Words for .Net so that I can save the OOXML into a DOCX format.

Thanks.

Hi
Thanks for your inquiry. Actually OOXML ECMA-376 is name of standard, which corresponds DOCX file format.
https://docs.aspose.com/words/net/supported-document-formats/
So, could you please attach document from your system here for testing? I will check it and provide you more information.
Best regards,

I attached the XML document that I would like to open.

Hi
Thanks for your request. I am afraid it is impossible to load your document. DOCX (OOXML) documents consist of several parts, which are required to build Document Object Model. XML you provided is just a one part of DOCX package (document.xml part), but there should also be styles, lists, font table and other required parts.
http://en.wikipedia.org/wiki/Open_Packaging_Conventions
So a snippet of xml cannot be considered as a valid document and cannot be opened.
Best regards.