Under domxml phpinfo shows the libxml Version as 20510 and it says that HTML Support is enabled. Is that what you mean?
When I say: $Document = DOMDocument::loadHTMLFile("DynamicTable.html"); print $Document->saveHTML(); It says: Fatal error: Call to undefined function: loadhtmlfile() in .... "Christian Stocker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > If loadHTMLFile doesn't work, your libxml2 doesn't maybe have HTML > support, phpinfo() should tell you that (under the domxml section) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php