sitemap.xml 处理器可以处理吗?
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>
<!-- ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想是这样。但它很可能会忽略它。如果没有 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.
来自维基百科:
简而言之,不。除非预处理器非常宽容。
From Wikipedia:
In short, no. Not unless the preprocessor is very forgiving.