We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struggle with this for one day before finding a solution
For \PhpOffice\PhpWord\Shared\Html::addHtml
line 238 private static function parseText
i have added the following to slolve the problem $element->addText( "<![CDATA[" . $node->nodeValue . "]]>" , $styles['font'], $styles['paragraph']);
$element->addText( "<![CDATA[" . $node->nodeValue . "]]>" , $styles['font'], $styles['paragraph']);
this make the text be valid xml
Sorry for creating new bug for but i feel like sharing Special Characters, cause xml problems #671
The text was updated successfully, but these errors were encountered:
#671 (comment).
Sorry, something went wrong.
No branches or pull requests
Struggle with this for one day before finding a solution
For \PhpOffice\PhpWord\Shared\Html::addHtml
line 238 private static function parseText
i have added the following to slolve the problem
$element->addText( "<![CDATA[" . $node->nodeValue . "]]>" , $styles['font'], $styles['paragraph']);
this make the text be valid xml
Sorry for creating new bug for but i feel like sharing
Special Characters, cause xml problems #671
The text was updated successfully, but these errors were encountered: