gpt4 book ai didi

添加 xhtml 时浏览器中的 xml 格式

转载 作者:行者123 更新时间:2023-12-04 19:36:43 24 4
gpt4 key购买 nike

我正在为一个网站创建一个站点地图,我注意到浏览器中加载的 xml 文件显示的是一长行文本,而不是通常带有换行符的 pretty-print 代码。

在这些链接 example 1 中,我的预期输出看起来像这样和 example 2 .如果链接损坏,它应该如下图所示。

Expected output

因此,我正在创建一个带有其他语言的站点地图,并引用此 link来自谷歌。

从浏览器中查看时,xml 变为单行文本。引用下图。

Actual Output

这是xml代码。

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://rfc.local/en/contact-us/contact-us-success-page</loc>
<xhtml:link rel="alternate" hreflang="zh" href="http://rfc.local/hk/contact-us/contact-us-success-page" />
<xhtml:link rel="alternate" hreflang="en" href="http://rfc.local/en/contact-us/contact-us-success-page" />
<lastmod>2017-07-14</lastmod>
</url>
</urlset>

我注意到当我取出 xhtml 标签时,它工作正常。有没有办法解决这个问题?任何帮助将非常感激。

最佳答案

我遇到了同样的问题,但我终于找到了解决方案。您必须将 http 替换为 http 小号 在 srcset 标签的所有 url 中:

<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"  xmlns:xhtml="https://www.w3.org/1999/xhtml">

它应该工作。

希望这可以帮助

关于添加 xhtml 时浏览器中的 xml 格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45274063/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com