Dear All,
please help to transform my docx file that has the table content as well as text.
i am posting the stuckin line.
import org.docx4j.XmlUtils;
Document domDoc = XmlUtils.marshaltoW3CDomDocument(sections,Context.jcSectionModel);
XmlUtils.transform(domDoc, xslt, settings.getSettings(), result);------WHEN THE CONTROLL COMES FOR THE TRANSFORMATION BY THIS WAY
is's giving FOP ISSUES.
XmlUtils.transform()-------Transformation issues, or fop issues. any alternate method or any jar that i am missing, please suggest.