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
The document containing Word formulas cannot be read, error message: DOMDocument:: loadXML(): namespace prefix m on oPath is not defined in Entity, line: 1
Expected behavior
Can read Word normally
Steps to reproduce
$localWordPath = DIR . '/tmp/File.v1.docx';
$phpWord = IOFactory::load($localWordPath);
PHPWord version(s) where the bug happened
1.3.0
PHP version(s) where the bug happened
8.1
Priority
I want to crowdfund the bug fix (with @algora-io) and fund a community developer.
I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)
The text was updated successfully, but these errors were encountered:
Describe the bug and add attachments
The document containing Word formulas cannot be read, error message: DOMDocument:: loadXML(): namespace prefix m on oPath is not defined in Entity, line: 1
Expected behavior
Can read Word normally
Steps to reproduce
$localWordPath = DIR . '/tmp/File.v1.docx';
$phpWord = IOFactory::load($localWordPath);
PHPWord version(s) where the bug happened
1.3.0
PHP version(s) where the bug happened
8.1
Priority
The text was updated successfully, but these errors were encountered: