sitemap.xml 处理器可以处理吗?

发布于 2024-09-29 15:52:44 字数 324 浏览 4 评论 0 原文

sitemap.xml 处理器可以处理这个问题吗?

<?xml version="1.0" encoding="UTF-8"?>
<!ENTITY  port ":8080">
<!ENTITY  host"http://example.com&port;">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
    <loc>&host;/path/</loc>
 <!-- ...

Can sitemap.xml precessors cope with this ?

<?xml version="1.0" encoding="UTF-8"?>
<!ENTITY  port ":8080">
<!ENTITY  host"http://example.com&port;">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
    <loc>&host;/path/</loc>
 <!-- ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黯然 2024-10-06 15:52:44

我想是这样。但它很可能会忽略它。如果没有 Sitemaps DTD,我认为它必须忽略它,除非它期望它。

I assume so. It will most likely just ignore it though. If there is no Sitemaps DTD, I think it has to ignore it unless it expects it.

生生不灭 2024-10-06 15:52:44

来自维基百科

在标记语言 SGML、HTML、XHTML 和 XML 中,字符实体引用是对已在文档类型定义 (DTD) 中预定义或显式声明的特定类型命名实体的引用。实体的“替换文本”由通用字符集/Unicode 中的单个字符组成。字符实体引用的目的是提供一种引用不可通用编码的字符的方法。

简而言之,不。除非预处理器非常宽容。

From Wikipedia:

In the markup languages SGML, HTML, XHTML and XML, a character entity reference is a reference to a particular kind of named entity that has been predefined or explicitly declared in a Document Type Definition (DTD). The "replacement text" of the entity consists of a single character from the Universal Character Set/Unicode. The purpose of a character entity reference is to provide a way to refer to a character that is not universally encodable.

In short, no. Not unless the preprocessor is very forgiving.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文