-
When pipes are being used in `href` attributes, like it is the case for Google Fonts links, then the DOMDocument seems to encode these pipes, making them ugly to read.
-
When I use \PhpOffice\PhpWord\Shared\Html::addHtml($section, $html, false, false); it throws error on browser.
Warning: DOMDocument::loadXML(): error parsing attribute name in Entity, line: 1 in /op…
-
If I manually modify a DOM document and add an entity reference, `HTML5::saveHTML()` does not give the same result as `DOMDocument::saveHTML()`:
```
$html5 = new Masterminds\HTML5(['disable_html_n…
-
**RainLoop version, browser, OS:**
1.10.5.192, Chrome, Win 10
In the latest version in at least 2 places DomDocument::saveHTML is being called with a parameter - which is of course a change in php…
-
Just wondering why this doesn't produce "minified" HTML output:
$dom = new IvoPetkov\HTML5DOMDocument();
$dom->preserveWhiteSpace = false;
$dom->loadHTML($html);
return $dom->saveHTML();
…
ygoe updated
2 months ago
-
Im not able to ignore the refund request that already initialized.
error response:
`**DOMDocument::loadXML(): Empty string supplied as input**`
`function __construct($session_header) {
…
-
![image](https://user-images.githubusercontent.com/55202035/212633732-2c92cb12-9be8-4f5d-aac5-30aeee120a55.png)
I've got ticket response from cas server after login, but I got this error when I'm…
-
TasmoAdmin Plugin installed under TrueNAS TrueNAS-13.0-U3, I click Settings on the administration website, the following error message appears: see attachment
Apparently a php extension is missing,…
-
```
Not working for me
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Input is not proper
UTF-8, indicate encoding ! in Entity, line: 998 in
/home/enterbuz/public_html/sita/SocialAutoPos…
-
### Describe the bug and add attachments
I want to convert docx file to pdf in laravel i got error "DOMDocument::loadXML(): Namespace prefix m on oMath is not defined in Entity, line: 1" my code is…