Hi jason,
The normal way of replacing variables is not working for footer variable replacement, can u pls add some sample code to do that
im using below code for replacement
-----------------------------
MainDocumentPart documentPart = wordMLPackage.getMainDocumentPart();
// unmarshallFromTemplate requires string input
String xml = XmlUtils.marshaltoString(documentPart.getJaxbElement(),
true);
obj = XmlUtils.unmarshallFromTemplate(xml, mappings);
------------------------------
Thanx in advance
Regards,
Siva Kumar