[phpXML] Re: [phpXML] Re: substringData doesn't work
Brought to you by:
bs_php,
nigelswinson
From: <bs...@us...> - 2001-10-05 10:31:44
|
Maybe missing '/' Try : foreach ($listofNews as $news) { $t = $xml->getAttributes ("/NewsML/Catalog"); echo $t['Href']; echo $xml->getData("/NewsML[1]/NewsEnvelope[1]/DateAndTime[1]"); } -- Sam Blum <bs...@us...> =========================== For the most recent version of phpxml, V1.N.X, and an archive of this list visit: http://www.sourceforge.net/projects/phpxmldb -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |