Hello everyone
I'm recently using the XHTMLImporterImpl to transform HTML into DOCX, and I meet a small problem, I'm not sure whether it is a small bug.
What I want is to convert some or all combination of bold, italic, underline, and strike into DOCX, but I failed in many cases.
For example, if I have a following string :
String xhtml="<b><i><u><s>2014</s></u></i></b>"; and if I convert this into DOCX, the third tag for underline, namely ...