convert word document into XML
843834Oct 27 2002 — edited Oct 27 2002i need to convert word document to XML document in JAVA.
I thought to make a conversion from .doc to .rtf in visual basic and then convert the .rtf in .xml in java and to call the VB method with the JNI, but i would like to do it just using JAVA.
Is it possible?
thanks for your answer.