XML 新版本 - 新功能
XML 有新版本了吗? 如果是的话,它是什么时候发布的?有哪些新功能?
Is there a new version of XML out?
If so when was it released and what are the new features?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前,基本 XML 规范中的新功能不太可能出现。当然,XML 系列中的其他标准将会继续发展,但 XML 本身非常稳定。该标准有多个“版本”(到目前为止为止是第五版),但这些只是对文档的更正和澄清,而不是新功能。
XML 1.1 是几年前推出的,但它与 XML 1.0 之间的差异很小,普通用户不太可能注意到。大多数人仍然使用 1.0(显式地或简单地省略 XML 声明)。
New features in the basic XML specification are extremely unlikely at this point. Of course there will continue to be developments in other standards in the XML family, but XML itself is very much stable. There are ‘editions’ of the standard (up to Fifth Edition so far) but these are merely corrections and clarifications to the document, not new functionality.
XML 1.1 was launched some years ago but the differences between it and XML 1.0 are small and unlikely to be noticeable to the regular user. Most people still use 1.0 (either explicitly or by simply omitting an XML declaration).
您可以从 http://www.w3.org/TR/xml/ 获取最新的 XML 1.0 规范
您可以从 http://www.w3.org/ 获取最新的 XML 1.1 规范TR/xml11/
他们进行了一些小的更新以纳入勘误表,最后一次 1.0 版本是在 2008 年 11 月,最后一次 1.1 版本是在 2006 年 8 月。
You can get the latest XML 1.0 spec from http://www.w3.org/TR/xml/
You can get the latest XML 1.1 spec from http://www.w3.org/TR/xml11/
They have had had minor updates to incorporate errata, the last for 1.0 being in Nov 2008 and the last for 1.1 in Aug 2006.