Re: LoadXML trouble

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

 



On Dec 10, 2007 4:48 AM, Dani Castaños <danitao.mailists@xxxxxxxxx> wrote:

> 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...


have you checked the contents of $request on the production machine prior to
the invocation of loadXML() ?

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


are the systems running the same major version of  php; and have you
verified
the linux system has DOM support?

-nathan

[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