为什么任何浏览器都不支持 XInclude?
我想知道为什么没有网络浏览器支持 XHTML 的 XInclude 标准。
这个标准已经存在了近五年了,我认为它对网络非常有用。 例如,您可以包含网站的静态部分,这样浏览器只需要下载用户浏览网站时发生更改的部分。此外(但我可能是错的)与 SVG 或 MathML 等标准相比,这似乎并不很难支持。
(抱歉这个问题没有真正的答案,我不介意它是否关闭)
I’m wondering why no web browser supports the XInclude standard for XHTML.
This standard exists for almost five years, and I think it would be very useful for the web.
For example, you could XInclude the static parts of your web site, such that the browser will only need to download the part which have changed when the user is browsing the site. Moreover (but I may be wrong) this does not seem to be very difficult to support, in comparison to standards like SVG or MathML.
(sorry for this question without real answer, I will not mind if it is closed)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mozilla bug 跟踪器上有一个旧的开放 bug,要求通过补丁提供 XInclude 支持,其中存在一些问题讨论:
document()
XSLT 来模拟函数中,There is an old open bug on the Mozilla bug tracker asking for XInclude support with a patch in which some problems are discussed:
document()
XSLT function,