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

Reply via email to