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 use of DOMDocument in my project generated a warning when using
$success = $dom->loadHtml(''.$xml, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
to load the Htmlstring and the Html-String was faulty. e.g. missing closing tags.