[Home] [By Thread] [By Date] [Recent Entries]

  • From: Michael Scalia <MSCALIA@k...>
  • To: xml-dev@i...
  • Date: Fri, 04 Sep 1998 10:55:44 -0400

>From: Andrew Cogan <andrew@e...>
>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@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member