C# – Convert Word Document to XML and back ASP.Net

asp.netcms-word

I need to convert Word Document to XML and back once editing has been performed on it.

I don't have Microsoft Office Installed at my server, and I want my users to edit their documents via Web Browser.

I am using C# and ASP.Net

Thanks

Best Answer

I believe the latest version of Microsoft Word (and Excel) already save files in XML format, hence the .docx and (.xlsx) extensions. Hope that suffices your need.

Alternatively, you could see if they are tools to convert the old .doc format files to .docx which should, as a result, provide you with a XML based word file.