Saving a word document(2000 to 2010) to xml
-
Hi. How can i save a word document to xml format for parsing later with xslt. I noticed that word 2007-2010 document are constructed with the openxml format so i can use openxml tools to save it. But word 2000-2003 seems to be in binary format. Is there a tool that i can use for this mission? Thanks
-
Hi. How can i save a word document to xml format for parsing later with xslt. I noticed that word 2007-2010 document are constructed with the openxml format so i can use openxml tools to save it. But word 2000-2003 seems to be in binary format. Is there a tool that i can use for this mission? Thanks
Haim Nachum wrote:
Is there a tool that i can use for this mission?
Yes, Word and Save As
I know the language. I've read a book. - _Madmatt
-
Hi. How can i save a word document to xml format for parsing later with xslt. I noticed that word 2007-2010 document are constructed with the openxml format so i can use openxml tools to save it. But word 2000-2003 seems to be in binary format. Is there a tool that i can use for this mission? Thanks
Do you (a) need to access the spreadsheet data programatically, or (b) do you just need a conversion tool. If (a), there are one or more articles on this site that will discuss the pre-XML Word format and how to read and manipulate the data. If (b), what level of automation do you require? Indeed, File | Save as in a recent version will let you save in either OOXML or ODF formats.
-
Do you (a) need to access the spreadsheet data programatically, or (b) do you just need a conversion tool. If (a), there are one or more articles on this site that will discuss the pre-XML Word format and how to read and manipulate the data. If (b), what level of automation do you require? Indeed, File | Save as in a recent version will let you save in either OOXML or ODF formats.
Im sorry , i thought that if i posted the question on a c# forum and would be clear that i meant it programatically. I will seek articals about it. Thanks