Hi,
$dom = new DOMDocument('1.0','utf-8');
$dom->loadHTMLFile("content.html");
> hätte ich versucht.
Was ergibt die Kontrollausgabe von $dom->encoding nach dem Laden des HTML-Dokumentes?
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]