You can transform from rtf to xml. You can also have a macro that saves your .doc as rtf. Or just save all your msword as rtf all the time.
On http://www.tetrasix.com/ you will find majix. It will convert rtf to xml. If is java based and they have the source code. In the future, I think a better solution will be the new office xml or openoffice.org--> they say new version has docbook and xml import and export. --- Nicolas Toper <[EMAIL PROTECTED]> wrote: > Hi, > > I see 2 solutions: > > 1/ You could try using the Office's new XML capabilities (I think it's > called Xdoc) and therefore just serialize into another XML document (only > for Office 11). > > 2/ There are a few Java/Word soft (POI is one of them). Just write the > serializer from the classes. > > Actually, I need one myself so I'd like to help. > > Nicolas > > -----Message d'origine----- > De : Upayavira [mailto:[EMAIL PROTECTED] > Envoy� : lundi 11 ao�t 2003 19:33 > � : [EMAIL PROTECTED] > Objet : RE: MS Word Transformer > > > On 11 Aug 2003 at 10:21, Julian wrote: > > > Thanks, but I only see a XLS and RTF transformer. Is > > there a MS Word transformer? > > There isn't at present a .doc serializer. You have to use RTF. Maybe at some > point > the POI community will give us one! > > Regards, Upayavira > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
