Does .Net 4.5 support XML 1.1 yet (for characters invalid in XML 1.0)?
问题 This is in the context of Web Services (client end). I need to interface with a back-end system (Java) and it is a requirement to transmit some control characters in the  and  range. I'm well aware that XML 1.0 doesn't support this, but am interested to know if the .NET 4 platform or .NET 4.5 web services framework support conversations in XML 1.1. 回答1: No, it doesn't look like XmlReader (the core of much of the XML support in .NET) supports 1.1: using System; using System.IO; using