本帖最后由 soune 于 2010-11-27 19:11:17 编辑

解决方案 »

  1.   

    肯定是你的xml结构有问题,没有按照规范写。
    下面是一个规范样例,希望对你有帮助。
    以下是RSS 2.0的代码样例
      <!-- XML版本和字符集 -->
      <?xml version="1.0"?>
      <!-- RSS版本 -->
      <rss version="2.0">
      <!-- 以下为频道信息及新闻列表 -->
      <channel>
      <!-- 频道总体信息:开始 -->
      <!-- 频道标题 -->
      <title>Lift Off News</title>
      <!-- 频道链接的总地址 -->
      <link>http://liftoff.msfc.nasa.gov/</link>
      <!-- 频道描述文字 -->
      <description>Liftoff to Space Exploration.</description>
      <!-- 频道使用的语言(zh-cn表示简体中文) -->
      <language>en-us</language>
      <!-- 频道发布的时间 -->
      <pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>
      <!-- 频道最后更新的时间-->
      <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <!-- 频道生成器 -->
      <generator>Weblog Editor 2.0</generator>
      <managingEditor>[email protected]</managingEditor>
      <webMaster>[email protected]</webMaster>
      <ttl>5</ttl>
      <!-- 频道总体信息:结束 -->
      <!-- 每条RSS新闻信息都包含在item节点中, -->
      <item>
      <!-- 新闻标题 -->
      <title>Star City</title>
      <!-- 新闻链接地址 -->
      <link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link>
      <!-- 新闻内容简要描述 -->
      <description>How do Americans get ready to work with Russians aboard the
      International Space Station? They take a crash course in culture, language
      and protocol at Russia's Star City.</description>
      <!-- 新闻发布时间 -->
      <pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate>
      <!-- 新闻目录 -->
      <category>IT</category>
      <!-- 新闻作者 -->
      <author>bill</author>
      <guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid>
      </item>
      <item>
      <title>Space Exploration</title>
      <link>http://liftoff.msfc.nasa.gov/</link>
      <description>Sky watchers in Europe, Asia, and parts of Alaska and Canada
      will experience a partial eclipse of the Sun on Saturday, May 31st.</description>
      Fri, 30 May 2003 11:06:42 GMT</pubDate>
      <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid>
      </item>
      <item>
      <title>The Engine That Does More</title>
      <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>
      <description>Before man travels to Mars, NASA hopes to design new engines
      that will let us fly through the Solar System more quickly. The proposed
      VASIMR engine would do that.</description>
      Tue, 27 May 2003 08:37:32 GMT</pubDate>
      <guid>http://www.zhanghangfeng.cn/rss.xml</guid>
      </item>
      <item>
      <title>Astronauts' Dirty Laundry</title>
      <link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link>
      <description>Compared to earlier spacecraft, the International Space
      Station has many luxuries, but laundry facilities are not one of them.
      Instead, astronauts have other options.</description>
      Tue, 20 May 2003 08:56:02 GMT</pubDate>
      <guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid>
      </item>
      </channel>
      </rss>
      

  2.   

    从你的代码以及生成的xml来看 没看到问题 呵呵~~所以 帮你顶
      

  3.   

    testkk.php文件问题。www.happy82.com
    参考头是这样的:
    <?xml version="1.0" encoding="UTF-8"?>   
    <?xml-stylesheet type="text/xsl" href="rss.xslt"?>
    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
      

  4.   

    别奇怪了 GG的浏览器 FF的浏览器 IE 的旧版本 都可能出现不同效果 GG的浏览器最喜欢出源码. 相对来说FF比较正常,其次是IE的高版本  低版本也是会有可能出问题