I can display the contents of my incoming XML file using smooks in the freemarker template, but I want to add the current date and time of my local system to identify the execution of my program.
<ftl:freemarker applyOnElement="CreditCard"> <ftl:template></ftl:template> </ftl:freemarker>
Can you tell me how to add the current date and time in XML without having a record in the incoming XML.
user265350
source share