Hi,
I experience the following effect. I generate a Word document from an XHTML source. Using the same source string, one of my Java applications processes the content correctly and generates a nice Word document. My RCP application which processes exactly the same source string generates a different Word document where all formats are gone. I use the same code to generate the Word document in both applications:
this.wordMLPackage = WordprocessingMLPackage.load(new File(TEMPLATE_WORD_DOCUMENT));
String htmlString ...