Hi,
Following some posts on this forum, I'm trying to insert XHTML into a DOCX.
I'm using the addAltChunk(ContentAccessor) method to add the XHTML to the part at a certain location. The AltCunck is wrapped by a table (and a P under the Tc) and then added to the MainDocumentPart.
I tired letting Word handle the chunk, but there seems to be an issue with it showing under a Tc (http://www.docx4java.org/forums/xhtml-import-f28/inserting-html-in-a-table-cell-t1152.html#p3965 - can anyone else ...