【发布时间】:2013-05-14 16:44:03
【问题描述】:
尝试在使用 Dreamweaver 和 PHP 进行开发的网站上工作。
在直播现场,突然发现这个错误:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>
ABCDED
</title>
<cf:treatAs xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005">list</cf:treatAs>
<link>http://events.sjsu.edu/default.aspx</link>
<description>RSS Feed ABCD Events Calendar</description>
</channel>
</rss>
【问题讨论】:
-
你打开了RSS频道...
-
什么原创内容?这是一个 RSS 提要。它是为使用 RSS 查看器而非网络浏览器而设计的。
-
这不是错误。这是一条信息消息,告诉您 XML 文件似乎没有任何与之关联的样式信息。为什么你认为这是一个错误?
标签: php xml rss dreamweaver