0

我从http://www.apple.com/itunes/podcasts/specs.html复制示例 rss 并将其粘贴到我的 html 文件中进行测试,但 itune 说修复 iTunes“似乎不是有效的播客 URL”错误这是链接

有人可以帮我吗.... 这个提要是有效的,但是通过实施以下建议可以提高与最广泛的提要阅读器的互操作性。

Feeds should not be served with the "text/html" media type [help]


Your feed appears to be encoded as "UTF-8", but your server is reporting "iso-8859-1" [help]


line 15, column 35: Email address is missing real name [help]

        <webMaster>joti.chand@gmail.com</webMaster>
                                       ^

line 18, column 4: iTunes elements should only be present in feeds encoded as UTF-8 [help]

        <itunes:author>joti.chand@gmail.com</itunes:author>
        ^

line 55, column 0: Missing atom:link with rel="self" [help]

    </channel>
4

1 回答 1

1

也许将其粘贴到 HTML 文件中进行测试不是正确的方法?为什么不是 .xml 文件?

于 2012-10-24T20:07:09.060 回答