- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
:2:0: unbound prefix"-6ren"> :2:0: unbound prefix"-我正在尝试使用我自己编写的 RSS 提要自行发布我的播客。当我检查它是否在 https://validator.w3.org/feed/ 处验证时我一直在标题中收到错误,它说错误在第 2 行,即 RS-6ren">
我正在尝试使用我自己编写的 RSS 提要自行发布我的播客。当我检查它是否在 https://validator.w3.org/feed/ 处验证时我一直在标题中收到错误,它说错误在第 2 行,即 RSS 标签本身。我一遍又一遍地检查代码,并将其与有效的 RSS 提要进行比较,结果完全相同,所以我不知道问题是什么,w3 没有给我任何关于如何修复它的指示。这是我的代码:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:dcterms="http://purl.org/dc/terms/"
xmnls:spotify="https://www.spotify.com/ns/rss"
xmlns:atom="http://www.w3.org/2005/Atom">
如果有人能告诉我我做错了什么以及如何修复它以便提要能够验证,我们将不胜感激。
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:dcterms="http://purl.org/dc/terms/"
xmnls:spotify="https://www.spotify.com/ns/rss"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<!-- Main Information -->
<Title>Entitled Gamers</Title>
<description>Two friends and streamers SamuraiHerc and PoopShizzle get together once a week to chat about what's new and trending in gaming, streaming, and content creating.</description>
<link>https://www.mobomu.com/podcasts/entitledgamers/entitledgamers.html</link>
<image>
<url>https://www.mobomu.com/podcasts/entitledgamers/img/cover.jpg</url>
</image>
<!-- Optional Information -->
<language>en-US</language>
<copyright>Copyright 2020, Mobomu Gaming Network</copyright>
<managingEditor>poopshizzle@mobomu.com</managingEditor>
<webMaster>herc@mobomu.com</webMaster>
<!-- iTunes Specifics -->
<itunes:author>Mobomu</itunes:author>
<itunes:owner>
<itunes:name>Mobomu</itunes:name>
<itunes:email>entitledgamers@mobomu.com</itunes:email>
</itunes:owner>
<itunes:image url="https://www.mobomu.com/podcasts/entitledgamers/img/cover.jpg"/>
<itunes:category text="Leisure">
<itunes:category text="Video Games" />
</itunes:category>
<itunes:category text="Comedy" />
<itunes:category text="News">
<itunes:category text="Entertainment News" />
</itunes:category>
<itunes:summary>Two friends and streamers SamuraiHerc and PoopShizzle get together once a week to chat about what's new and trending in gaming, streaming, and content creating.</itunes:summary>
<itunes:type>episodic</itunes:type>
<!-- Spotify Specifics -->
<spotify::countryOfOrigin>us</spotify::countryOfOrigin>
<!-- Episode 1 -->
<item>
<title>Games are Getting More Expensive?</title>
<enclosure url="https://www.mobomu.com/podcasts/entitledgamers/audio/episode-001.mp3"
length="103132759" type="audio/mpeg"/>
<description>NBA 2K sparks the AAA game price hike conversation. Ninja streams to YouTube without a contract. And Destiny 2's Twitch plugin breaks site-wide subtrain records for big streamers.</description>
<guid>fd63b88b-2714-43c4-9840-d2dc247dda33</guid>
<pubDate>Sun, 12 Jul 2020 14:50:59 GMT</pubDate>
<!-- iTunes Specifics -->
<itunes:duration>42:57</itunes:duration>
<itunes:episodeType>full</itunes:episodeType>
<itunes:episode>1</itunes:episode>
<itunes:season>1</itunes:season>
<itunes:explicit>no</itunes:explicit>
</item>
<!-- Episode 2 -->
<item>
<title>Are Gamers Tired of Battle Royales?</title>
<enclosure url="https://www.mobomu.com/podcasts/entitlegamers/audio/episode-002.mp3"
length="96854827" type="audio.mpeg"/>
<description>Ubisoft's HyperScape is a new Battle Royale game that resurfaces the age-old "gamers are tired of this genre" conversation, but are they really?</description>
<guid>33bdc13a-8c1a-430e-a7c3-709b0d1928e4</guid>
<pubDate>Sun, 19 Jul 2020 17:00:00 GMT</pubDate>
<!-- iTunes Specifics -->
<itunes:duration>40:21</itunes:duration>
<itunes:episodeType>full</itunes:episodeType>
<itunes:episode>2</itunes:episode>
<itunes:season>1</itunes:season>
<itunes:explicit>no</itunes:explicit>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<!-- Main Information -->
<title>Entitled Gamers</title>
<description>Two friends and streamers SamuraiHerc and PoopShizzle get together once a week to chat about what's new and trending in gaming, streaming, and content creating.</description>
<link>https://www.mobomu.com/podcasts/entitledgamers/entitledgamers.html</link>
<image>
<title>Entitled Gamers</title>
<link>https://www.mobomu.com/podcasts/entitledgamers/entitledgamers.html</link>
<url>https://www.mobomu.com/podcasts/entitledgamers/img/cover.jpg</url>
</image>
<atom:link href="https://www.mobomu.com/podcasts/entitledgamers/rss/feed.xml" rel="self" type="application/rss+xml" />
<!-- Optional Information -->
<language>en-US</language>
<copyright>Copyright 2020, Mobomu Gaming Network</copyright>
<managingEditor>poopshizzle@mobomu.com (PoopShizzle)</managingEditor>
<webMaster>herc@mobomu.com (SamuraiHerc)</webMaster>
<!-- iTunes Specifics -->
<itunes:author>Mobomu</itunes:author>
<itunes:owner>
<itunes:name>Mobomu</itunes:name>
<itunes:email>entitledgamers@mobomu.com</itunes:email>
</itunes:owner>
<itunes:image href="https://www.mobomu.com/podcasts/entitledgamers/img/cover.jpg"/>
<itunes:category text="Leisure">
<itunes:category text="Video Games" />
</itunes:category>
<itunes:category text="Comedy" />
<itunes:category text="News">
<itunes:category text="Entertainment News" />
</itunes:category>
<itunes:summary>Two friends and streamers SamuraiHerc and PoopShizzle get together once a week to chat about what's new and trending in gaming, streaming, and content creating.</itunes:summary>
<itunes:type>episodic</itunes:type>
<itunes:explicit>clean</itunes:explicit>
<!-- Episode 1 -->
<item>
<title>Games are Getting More Expensive?</title>
<enclosure url="https://www.mobomu.com/podcasts/entitledgamers/audio/episode-001.mp3"
length="103132759" type="audio/mpeg"/>
<description>NBA 2K sparks the AAA game price hike conversation. Ninja streams to YouTube without a contract. And Destiny 2's Twitch plugin breaks site-wide subtrain records for big streamers.</description>
<guid isPermaLink="false">fd63b88b-2714-43c4-9840-d2dc247dda33</guid>
<pubDate>Sun, 12 Jul 2020 14:50:59 GMT</pubDate>
<!-- iTunes Specifics -->
<itunes:duration>42:57</itunes:duration>
<itunes:episodeType>full</itunes:episodeType>
<itunes:episode>1</itunes:episode>
<itunes:season>1</itunes:season>
</item>
<!-- Episode 2 -->
<item>
<title>Are Gamers Tired of Battle Royales?</title>
<enclosure url="https://www.mobomu.com/podcasts/entitlegamers/audio/episode-002.mp3"
length="96854827" type="audio/mpeg"/>
<description>Ubisoft's HyperScape is a new Battle Royale game that resurfaces the age-old "gamers are tired of this genre" conversation, but are they really?</description>
<guid isPermaLink="false">33bdc13a-8c1a-430e-a7c3-709b0d1928e4</guid>
<pubDate>Sun, 19 Jul 2020 17:00:00 GMT</pubDate>
<!-- iTunes Specifics -->
<itunes:duration>40:21</itunes:duration>
<itunes:episodeType>full</itunes:episodeType>
<itunes:episode>2</itunes:episode>
<itunes:season>1</itunes:season>
</item>
</channel>
</rss>
最佳答案
一般来说
必须声明所有以使用为前缀的 XML 命名空间。
具体来说,文档中的每个 XML 元素名称都带有表单,
nspref:LocalName
必须像这样声明
xmlns:nspref="http://example.com/ns"
在该元素或其祖先处为
nspref
命名空间前缀。
xmnls:spotify="https://www.spotify.com/ns/rss"
^^
应该
xmlns:spotify="https://www.spotify.com/ns/rss"
^^
而且,是的,在解决此类问题后,可能会发现其他问题。
关于xml - 播客 RSS 提要中的 "XML parsing error: <unknown>:2:0: unbound prefix",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63014523/
我想知道这在 SQL 中是否可行。假设您有两个表 A 和 B,并且您对表 A 进行选择并在表 B 上进行联接: SELECT a.*, b.* FROM TABLE_A a JOIN TABLE_B
我认为这只是一个一般的 C++ 问题: 我正在尝试使用 gnu c++ 编译器在 Linux Fedora 上编译本地版本的 ffmpeg。我的源代码位于以下一堆文件夹中: ~//Downloads/
我听说在 Linux 上编译 PHP 时设置 --prefix=PREFIX 选项将允许您一次安装多个 PHP 而不会发生冲突。 (我认为如果未设置默认值是 /usr/local)。但是,我不确定它到
我有以下 conda 环境文件 environment.yml: name: testproject channels: - defaults dependencies: - python=3.7 p
目前在我的 Makefile 中我有: prefix ?= /usr/local 这样我就可以在调用 make 时覆盖 prefix 值,如下所示: make prefix="/new_path" 我
我正在尝试创建一个计算 pptx 中单词的函数文档。问题是我不知道如何只找到这种标签: Some Text 当我尝试:print xmlTree.findall('.//a:t') , 它返回 Syn
gitconfig(1) : If not set explicitly with --file, there are four files where git config will search
嗨,我是 Spring MVC 的新手,我正在关注 Spring 引用文档,我对 View 解析器有疑问。这是我的示例代码。 @Controller @RequestMapping("/form")
我一般都是通过pip安装python包的。 对于 Google App Engine,我需要将包安装到另一个目标目录。 我试过了: pip install -I flask-restful --tar
我对一些使用指令 ngb-pagination 的组件进行了 Angular 测试。来自 ng-bootstrap . 现在,在我的测试中,我模拟这个组件如下: // on next line I g
我无法运行npm install npm@latest -g,而不会遇到权限错误并被迫使用sudo npm install npm@latest -g。我可以在不使用 sudo 的情况下运行它,但是
假设我有一个字符串公式,它的格式是:“func(a+b,c)”,其中func是一个定制函数,这个字符串同时包含中缀(即+)和前缀(即func)表示,我想将其转换为具有所有前缀表示的字符串,“func(
我已经写下了一个简单的函数来确定 str1 是否是 str2 的前缀。这是一个非常简单的函数,看起来像这样(在 JS 中): function isPrefix(str1, str2) // dete
我们有 git remote add origin http://...避免重复输入实际的源代码库路径。但是如何git subtree --prefix=... ?每次拉/推子树内容时,很难跟踪、记住
我的 travis 工作遇到了以下问题: Process Output:Could not find platform independent libraries Process Output:Co
我正在阅读 Artifice 的来源并看到: module Artifice NET_HTTP = ::Net::HTTP # ... end 行:https://github.com/wyc
我正在阅读有关 Angular 路由的文档并创建了一个简单的测试: const routes: Route[] = [ { path: '', redirectTo: '/home', pat
所以使用 Material 我们有一些代码来问一个问题,我们想在输入的前面添加一个 $ 符号或使用占位符。在这个垫子字段内部,我们还有一个垫子标签。如果我使用 matprefix,它会将美元符号放在标
目前我希望为 Apache Mesos 编写一个脚本来启动主/从(在 2 个不同的节点上)。 我有引用http://mesos.apache.org/documentation/latest/depl
我已为文档建立索引,每个文档都有一个字段:“CodeName”,其值类似于以下内容: document 1 has CodeName: "AAA01" document 2 has CodeName:
我是一名优秀的程序员,十分优秀!