Most well-formed and valid XML 1.0 documents remain well-formed and valid XML 1.1 documents.
version
attribute in the XML declaration has the value 1.1
:
<?xml version="1.1">
Characters from many more scripts are allowed as name characters, i.e tag names, attribute names, entity names, ID attribute values, etc.
Most C0 controls (vertical tab, bell, formfeed, etc.) are now allowed in element content. However, they must be escaped as character references such as ,  , etc.
NEL (0x85) is now allowed as white space along with carriage return and linefeed.
All of these cause major interoperability problems and should not be used.