Re: [xsl] converting word document to XML

Subject: Re: [xsl] converting word document to XML
From: "Tech Savvy" <tecsavvy@xxxxxxxxx>
Date: Fri, 5 May 2006 09:39:17 -0500
Hi all:

Thank you for all your answers. This will need to be done on a daily
basis. The word document will have images embedded. The biggest
challenge that I am facing is , when these word documents are
converted to XML, they should conform to the existing schema i.e. the
conversion should have all the elements on the schema mapped to this
word document.


On 5/5/06, Antsnio Mota <amsmota@xxxxxxxxx> wrote:
OpenOffice.org 2.0. uses OASIS's OpenDocument format.

2006/5/5, cknell@xxxxxxxxxx <cknell@xxxxxxxxxx>:
> The short answer is, "Yes."
>
> Then it goes on from there. A great deal depends on how many documents,
how often you'll wish to convert them, are there any embedded files like
images or OLE files, and similar questions.
>
> I just opened an MS-Word document with OpenOffice and saved it as XML.
OpenOffice is a suite similar to Microsoft Office available for Windows,
Linux, etc. You can get it from Sun Microsystems at no charge. It can save
files to it's own XML format. From there you would have to write an XSLT
document to convert it from the native OpenOffice XML to your preferred
format, using a suitable XSLT engine (e.g., Saxon, Xalan).
>
> Is this a one-off thing, a one-time bulk transformation of a large number
of documents, or will you want to do this ad hoc?
> --
> Charles Knell
> cknell@xxxxxxxxxx - email
>
>
>
> -----Original Message-----
> From:     Tech Savvy <tecsavvy@xxxxxxxxx>
> Sent:     Thu, 4 May 2006 17:13:32 -0500
> To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  [xsl] converting word document to XML
>
> Hello:
>
> Is there any way to convert a Microsoft word document to XML? The XML
> should conform to a given schema. That means that the XML tags should
> match whatever is on a particular schema.
>
> Thanks

Current Thread