Hi,
I have a minimal example which produces invalid xml in parse mode when a variable is used in a textfield:
$docx = new CreateDocxFromTemplate($docxPath);
$docx->setTemplateSymbol('##');
$docx->setParseMode(true);
$docx->replaceVariableByText([$key => $placeholderValue]);
Without parseMode the variable isn't detected at all.
This template used work without problems in PHPDocx 6.5, but after upgrading to 14 it produces this error:
DOMDocument::loadXML(): Opening and ending tag mismatch: shape line 1 and t in Entity, line: 1
---ERRFILE---
/var/www/html/library/phpdocx/Classes/Phpdocx/Utilities/XmlUtilities.php
---ERRLINE---
30