XML New Version - New Features

2019-07-20 14:39发布

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

标签: xml xml-1.1
2条回答
不美不萌又怎样
2楼-- · 2019-07-20 14:56

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

查看更多
聊天终结者
3楼-- · 2019-07-20 15:09

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.

查看更多
登录 后发表回答