Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题: 在读取 CDATA 元素时,输出中省略了回车符 (0xD)。
是否有适当的方法告诉 Xmllite 保留 CR, 或者我是否应该始终需要 Replace(LF,CRLF) 调用?
谢谢 IA
任何符合标准的 XML 解析器(xml 1.0 规范的第 2.11 节:http: //www.w3.org/TR/REC-xml/#秒行结束)。如果您想要输出中的两个控制字符,则需要在解析后将回车添加到字符串中。