Re: php get rss tag using DOM

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

 



Getting RSS Feeds is going really good right now, what amazing technology :)
http://www.msnnick.net  Nickname Msn 

Morris-25 wrote:
> 
> Hi,
> 
> I am trying to write a programme to read a rss xml file.
> 
> ...
> <media:content url="*exampe.jpg*" ...>
> ...
> 
>     scan anyone tell me how to get the url attribute? I wrote some codes
> similar:
> 
> 
>  $doc = new DOMDocument;
>  $doc->load($myFlickrRss);
> 
>  $r = $doc->getElementsByTagName('media:content');
>  for($i=0;$i<=$r->length;$i++)  {
> 
>   // help here
> 
>  }
> 
> 

-- 
View this message in context: http://www.nabble.com/php-get-rss-tag-using-DOM-tp21901033p25060811.html
Sent from the PHP - General mailing list archive at Nabble.com.


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