[
Lists Home |
Date Index |
Thread Index
]
- From: Michael Scalia <MSCALIA@kti.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 04 Sep 1998 10:55:44 -0400
>From: Andrew Cogan <andrew@epiphanysoftware.com>
>Date: Tue, 01 Sep 1998 10:28:09 -0700
>Subject: Tools to convert Word to XML?
>
>Can anyone recommend good tools that can convert Word files to XML? I
>don't need tools that claim XML compatibility per se; any utility that
>gives me control over what tag to insert at the beginning of a style and
>at the end of a style would probably suffice. The ability to work with
>Word footnotes is a big plus.
>- --
> Andrew Cogan, Epiphany Software
Andrew,
Check out "Ace" from RMIT in Melbourne, Australia. Freely downloadable at http://ace.mds.rmit.edu.au/adl. Ace can convert RTF and does a lot more.
To convert RTF to SGML in Ace:
String bufRTF := readFile(rtfFile);
String bufSGML := bufRTF.rtfToSgml();
Then you can stream through the SGML, to modify and insert tags as you wish. Can also create an in-memory parse tree. You can choose to parse as SGML or XML.
Michael
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|