为什么任何浏览器都不支持 XInclude?

发布于 2024-11-17 12:28:08 字数 198 浏览 7 评论 0原文

我想知道为什么没有网络浏览器支持 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 技术交流群。

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

发布评论

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

评论(1

享受孤独 2024-11-24 12:28:08

Mozilla bug 跟踪器上有一个旧的开放 bug,要求通过补丁提供 XInclude 支持,其中存在一些问题讨论:

  • 一个令人满意的 XInclude 实现需要首先实现 XPath、XPointer、xml:id 等规范,
  • 大多数时候 XInclude 可以通过 document() XSLT 来模拟函数中,
  • 必须检测循环,而这很难做到,
  • 目前还不清楚 XInclude 文档所做的 DOM 更改应如何封装到事件中并传播。

There is an old open bug on the Mozilla bug tracker asking for XInclude support with a patch in which some problems are discussed:

  • a satisfactory XInclude implementation requires XPath, XPointer, xml:id and other specs to be implemented first,
  • most of the time XInclude can be simulated by the document() XSLT function,
  • loops must be detected and this is hard to do,
  • it is not well understood how the DOM changes made by XInclude's documents should be encapsulated into events and propagated.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文