XML 版本 1.1 不被浏览器接受?

发布于 2024-10-08 21:46:36 字数 330 浏览 1 评论 0原文

我有一个程序可以生成相当普通的 XML 文档。 此类生成文档的第一行是

<?xml version="1.1"?>

IE8 和 Firefox 都对此表示反对,抱怨“版本错误”并明确指出 指向“1.1”部分。

如果我修补第一行说:

<?xml version="1.0"?>

他们都会毫无怨言地加载/显示我的文档。

XML 1.1 版本不是一个标准吗?浏览器真的不接受这些吗? 或者错误消息(像大多数软件错误消息一样)只是误导性的并且 还有什么问题吗?

I have a program that produces rather vanilla XML documents.
The first line of such generated documents is

<?xml version="1.1"?>

IE8 and Firefox both object to this, by complaining "Wrong version" and explicitly
pointing to the "1.1" part.

If I patch the first line to say:

<?xml version="1.0"?>

both of them will load/show me document without complaint.

Isn't XML version 1.1 a standard? Do the browsers really not accept these?
Or is the error message (like with most software error messages) simply misleading and
something else is wrong?

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

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

发布评论

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

评论(2

人│生佛魔见 2024-10-15 21:46:36

XML 1.1 并不是事实上的标准,不是。它很少被使用,除非您有特定的原因使用它,否则您应该忽略它。

http://en.wikipedia.org/wiki/Xml

第二版 (XML 1.1) 最初发布于 2004 年 2 月 4 日,与 XML 1.0 第三版同一天,[32],目前是第二版,发布于 2006 年 8 月 16 日。它包含以下功能 (一些有争议的),旨在使 XML 在某些情况下更易于使用。[33]主要更改是允许使用 EBCDIC 平台上使用的行结束字符,以及使用 Unicode 3.2 中缺少的脚本和字符。 XML 1.1 尚未得到广泛实施,建议仅由需要其独特功能的用户使用

XML 1.1 is not the defacto standard, no. It's very rarely used, and unless you have a specific reason to use it, you should ignore it.

http://en.wikipedia.org/wiki/Xml

The second (XML 1.1) was initially published on February 4, 2004, the same day as XML 1.0 Third Edition,[32] and is currently in its second edition, as published on August 16, 2006. It contains features (some contentious) that are intended to make XML easier to use in certain cases.[33] The main changes are to enable the use of line-ending characters used on EBCDIC platforms, and the use of scripts and characters absent from Unicode 3.2. XML 1.1 is not very widely implemented and is recommended for use only by those who need its unique features.

身边 2024-10-15 21:46:36

XML 1.1 似乎很少被接受。 1.0 更为常见。

XML 1.1 seems to have acheived very little acceptance. 1.0 is very much more common.

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