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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -