Re: LoadXML trouble

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

 




that is expected behavior.  some of the internal classes dont define
any member variables that the php language has access to.  obviously
they are storing data internally, said variables just arent accessible as
member variables of the class thats being defined.

Ok! Thank you for this info...

But then...
Why can i do this in Windows:
$xml->getElementsByTagName( 'ticketID' )->item( 0 )->nodeValue;

and not in Linux?

-- Xml example:
<?xml version="1.0"?>
<response>
<ticketID>1197027955_8310</ticketID>
<status>OK</status>
<errCode>200</errCode>
<errMsg></errMsg>
</response>

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