XML word document to .doc in Java



I have an xml word document (I had a word document (.doc) that I saved as xml word document (.xml) throught Word)


So I have this xml file. I can edit it as I want and I can open it with Word.


I just want to save this xml file back to the .doc file using Java. I don't think I have to download the POI API. But I can't figure out how to convert my xml word file back to the .doc file with Java.


Any pointers would be great.


Thanks !


No comments:

Post a Comment