XML New Version - New Features

我是研究僧i 提交于 2019-12-14 03:54:35

问题


Is there a new version of XML out? If so when was it released and what are the new features?


回答1:


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).




回答2:


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.



来源:https://stackoverflow.com/questions/1703627/xml-new-version-new-features

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!