On Dec 10, 2007 4:48 AM, Dani Castaños <[EMAIL PROTECTED]> 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

Reply via email to