Create xml from word Doc table

Hi,
I am trying to create a xml from a table read from word document, it’s a table with 2 columns, I want to read it and create a xml with left columns as tag name and right one as value. I can read the table using Document Node and Table classes provided, was looking for a good way to create the xml. Any suggestions will be really helpful.
Thanks

Hi Shahriar,

Thanks for your inquiry. Please note that Aspose.Words mimics the same behavior as MS Word does. Aspose.Words does not convert MS Word document or Node into custom structure of XML. However, Aspose.Words provides exhaustive support for different XML-based formats for word processing documents e.g. OOXML, Flat OPC and also Word 2003 XML. For more details, please visit the following link:

WordprocessingML (DOCX, XML)