phpでrssの情報を抜き出したい場合は、titleやlinkの要素は以下の通りで抜き出せます。
<?php // Load and parse the XML document
$rss = simplexml_load_file('http://partners.userland.com/nytRss/nytHomepage.xml');
$title = $rss->channel->title;
?>
…
http://d.hatena.ne.jp/KishikawaKatsumi/20081121/1227275688
http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns
graffiti on the web
この投稿へのコメント
コメントはまだありません。