Hi,
Can anyone tell me why this error is being thrown?
In the code we found when it's thrown, but in our docx we don't see what could be wrong.
The pdf is however generated without problems.
Tim
It is currently Fri Nov 29, 2024 3:34 pm
<w:customXml w:uri="http://xxx"
w:element="Test">
<w:customXmlPr>
<w:attr w:uri="http://xxx" w:name="remove" w:val="false" />
<w:placeholder w:val="[xxx]" />
</w:customXmlPr>
<w:r>
<w:t xml:space="preserve">Info text : </w:t>
</w:r>
</w:customXml>
<xsl:template match="w:customXml">
<xsl:apply-templates />
</xsl:template>
<xsl:template match="w:customXmlPr" />
Total posts 10111 • Total topics 2842 • Total members 2074