Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to view the content in the word document as a XML format.
How could i do this?

ex: input.odt
text text text
ex: output.xml
text <b>text</b> <i>text</i>

Which control in asp.net is going to show the word document as a original XML format?

Regards,
SJ
Posted
Updated 31-Mar-13 22:16pm
v3

 
Share this answer
 
Hi,

You can look into the following link to convert doc or docx to XML.

http://janewdaisy.wordpress.com/2012/04/03/how-to-convert-word-to-xml-cvb-net/[^]

Regards,
Manoj
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900