It's obviously not a well-formed XML Document...

chregu

On Sun, 29 Aug 2004 05:11:19 -0700, Sam Hobbs <[EMAIL PROTECTED]> wrote:
> Is it possible to load a HTML file using DOM XML?
> 
> I tried loading a HTML file using:
> 
>     $Document = domxml_open_file("DynamicTable.html");
>     if (!$Document) {
>         echo "Error loading the document\n";
>         exit;
>         }
> 
> Yet that does not work; I get the error.
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60  | fax +41 1 240 56 71
http://www.bitflux.ch  |  [EMAIL PROTECTED]  |  gnupg-keyid 0x5CE1DECB

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to