Hi everyone,
I noticed some interesting behaviour when it comes to adding HTML to a table cell (via TraversalUtil or XPath). More concrete, I replace a placeholder by some formatted text coming from a DB. What I noticed now is that if the placeholder is a single <w:p> in a table cell, the code will run fine, but the document won't open (i.e. error message saying that the document structure got corrupted). However, if I ...