LoadXML trouble

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi list!

I have a problem with DOMDocument loadXML method. I used Windows to develop my applications, and nothing happens on it when i do something like

$xml = new DOMDocument();
$xml->loadXML( $request );

Obviously, request is not empty...

But when I have upload this code to production machine ( which runs under Debian ) it doesn't works properly, The DOMDocument Object is empty...

Any ideas?

Thank you in advance

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux