[phpXML] Re: substringData doesn't work
Brought to you by:
bs_php,
nigelswinson
|
From: <lu...@sa...> - 2001-10-05 10:27:45
|
You're right Sam, I wrote too quickly without checking...
Luc
En réponse à bs...@us...:
> Maybe missing '/'
> Try :
>
> foreach ($listofNews as $news) {
> $t = $xml->getAttributes ("/NewsML/Catalog");
> echo $t['Href'];
> echo $xml->getData("/NewsML[1]/NewsEnvelope[1]/DateAndTime[1]");
> }
>
> --
--
This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../
|