MS Word to XML

Hi
I need to know the best process to convert an MS Word file to XML format. As far as I know it will be possible in MS Word 2003 by converting the MS Word to XSL and then to XML. Please help in this matter
[214 byte] By [anandjk1] at [2007-11-19 13:35:00]
# 1 Re: MS Word to XML
Well, an XSL file is a stylesheet, which can be used to convert an XML file to another XML file or plain text file. You do not convert a Word document to an XSL file.
You migth save your word document as an XML file, which will then be written in the MS Word XML document format. You can then use an XSL stylesheet to convert this to what ever XML fomat you want.
khp at 2007-11-10 3:27:19 >
# 2 Re: MS Word to XML
Hi

Thanks for the information Please refer this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k/html/odc_expwordtoxml.asp and i think the conversion to XML is possible with the help of XSL querying .Please suggest me in this regard ,with this tool or suggest any better method
anandjk1 at 2007-11-10 3:28:22 >
# 3 Re: MS Word to XML
The following book includes a description of a tool for converting Word to XML. It first converts to XHTML, then to XML.

ISBN: 0789723166
Author: Liberty, Jesse
Publisher: Que Publishing
Title: XML Web documents from scratch
Sam Hobbs at 2007-11-10 3:29:21 >
# 4 Re: MS Word to XML
There are various tools available which are freeware - If you want to make it simple.

You can do it by using XML mapper. This tool is available as a free one. You will have to download it from www.adeptia.com

I have forgot the exact link, from where I downloaded it.

thanks
sancyrdo@yahoo.com at 2007-11-10 3:30:15 >