[請益] 關於RSS 訂閱

看板PHP作者 (snow)時間15年前 (2010/07/06 23:33), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
用php寫了一個rss feed的頁面 在火狐跟ie8可以直接預覽 但是用火狐訂閱之後 在工具列的那個地方會顯示Live Bookmark feed failed to load. 然後只有一個打開頁面的連結 不像其他大站的RSS feed 一樣 會把每個item的title寫在上面 debug好久都沒有頭緒的說 也試著模仿其他站的rss feed格式 還是沒有辦法解決 想請問大家有沒有遇過類似的問題 謝謝大家! 寫出來的原始檔如下: <?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="" rel="nofollow">http://purl.org/dc/elements/1.1"> <channel> <title>EE 221001 電路學Electric Circuits</title> <link>http://xxx.tw/</link> <description>ooxx</description> <pubDate>Wed, 23 Jun 2010 13:23:23 GMT</pubDate> <item> <title>Materials </title> <link>http://moxxx.tw/view.php?id=1458</link> <guid>http://xxx.tw/view.php?id=1458</guid> <pubDate>Fri, 17 Apr 2009 17:25:35 CST</pubDate> <description>Chapter 1 1-1 Circuit Theory 1-2 System of Units 1-3 Voltage and Current 1-4 Passive Sign Convention 1-5 Power And EnergyHandout pdf Lecture video 56k(320*240) 128K(480*360) 256k(640*480) Mobile(.mp4) 註 :提供56k、128k、256k三種低、中、高畫質的.wmv檔提供線上觀看及下載 (建 議使用Windows Media Player觀看) 另外亦針對iPod等手持式行動裝置,提供Mobile 的.mp4格式下載 (建議使用QuickTime或iTunes下載後觀看) </description> </item> <item> <title>Materials</title> <link>http://xxx.tw/view.php?id=1461</link> <guid>http://xxx.tw/view.php?id=1461</guid> <pubDate>Fri, 17 Apr 2009 17:28:04 CST</pubDate> <description>Chapter 2 2-1 Active Components 2-2 Passive Components 2-3 Node , Branch and Loop 2-4 Kirchhoff’s Law 2 SummaryHandout pdf Lecture video 56k(320*240) 128K(480*360) 256k(640*480) Mobile(.mp4) 註:提供56k 、128k、256k三種低、中、高畫質的.wmv檔提供線上觀看及下載 (建議使用 Windows Media Player觀看) 另外亦針對iPod等手持式行動裝置,提供Mobile的.mp4 格式下載 (建議使用QuickTime或iTunes下載後觀看) </description> </item> </channel> </rss> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.115.11.168

07/06 23:36, , 1F
header: application/xml
07/06 23:36, 1F
文章代碼(AID): #1CCqpLag (PHP)
文章代碼(AID): #1CCqpLag (PHP)