You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem with user data containing a NUL character (0x0) and the XmlParser throws the following exception:
[1] PHPPdf\Parser\Exception\ParseException: Xml parsing error "Char 0x0 out of allowed range
" in file "/Library/WebServer/Documents/Postgrado/web/" on line 126 on column 1063
at n/a
in /Library/WebServer/Documents/Postgrado/vendor/psliwa/php-pdf/lib/PHPPdf/Parser/XmlParser.php line 121
at PHPPdf\Parser\XmlParser->read(object(XMLReader))
in /Library/WebServer/Documents/Postgrado/vendor/psliwa/php-pdf/lib/PHPPdf/Parser/XmlParser.php line 59
at PHPPdf\Parser\XmlParser->parse('...')
What would be the recommended way to sanitize my XML data?
Best,
Andreas
The text was updated successfully, but these errors were encountered:
I encountered a problem with user data containing a NUL character (0x0) and the XmlParser throws the following exception:
What would be the recommended way to sanitize my XML data?
Best,
Andreas
The text was updated successfully, but these errors were encountered: