- Code: Select all
Object obj = XmlUtils.unmarshallFromTemplate(xml, mappings);
XmlUtils.marshaltoString(obj, true);
content.setJaxbElement((org.docx4j.wml.Document) obj);
… and that works really well. What I want to do now is map some of my tag types to HTML. I've ...