Overview
This plugins allows to generate DOCX files from a DOCX template and an XML data model from Appian. It also allows to convert a DOCX into PDF through an opensource (with limited capabilities) library.
Key Features & Functionality
Hi,
Is it possible to include html content within the xml data model?
with the following xml:<project> <informacionCentroTrabajo> <centroTrabajo> <p> <strong>BASE SIC SANTANDER</strong> </p> <ul> <li> <p>(ESTACIÓN DE SANTANDER AM)</p> </li> </ul> </centroTrabajo> <ubicacion>Calle Canalejas 2</ubicacion> <provincia>Alicante</provincia> </informacionCentroTrabajo></project>
I get the following error:
"Only elements with no child elements can be processed as text. This element with name "centroTrabajo" has a child element named: p "
Adding the <![CDATA[<html> tagI get that the plugin does not give an error. But word does not interpret the html correctly.