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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -