CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: MS Word to XML

  1. #1
    Join Date
    Jul 2005
    Posts
    5

    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

  2. #2
    Join Date
    May 2003
    Location
    Denmark
    Posts
    1,315

    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.
    The biggest problem encountered while trying to design a system that was completely foolproof,
    was, that people tended to underestimate the ingenuity of complete fools.
    Douglas Adams

  3. #3
    Join Date
    Jul 2005
    Posts
    5

    Re: MS Word to XML

    Hi

    Thanks for the information Please refer this link http://msdn.microsoft.com/library/de...pwordtoxml.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

  4. #4
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    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
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

  5. #5
    Join Date
    Oct 2005
    Posts
    1

    Thumbs up 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured