xml - Parse MS Word document for XMLfragments - C# -


I have an MS Word document that has XML nodes with plain text.

Could you please tell me a way to parse this document and get a collection of all XML pieces that are using C #.

Thank you!

You can save that file as an XML and parse it.


Comments