RSS <pubDate> 要素
定義と使用法
<pubDate> 要素はフィードの内容の最終公開日を定義します。
例
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>CodeW3C.com ホームページ</title> <link>http://www.codew3c.com</link> <description>無料ウェブビルディングトレーニング</description> <pubDate>Wed, 18 Jun 2008</pubDate> <item> <title>RSS トレーニング</title> <link>http://www.codew3c.com/rss</link> <description>CodeW3C.comで新しいRSSトレーニング</description> </item> </channel> </rss>