我有带有©
符号的 xml 文件。但是 SQL 无法解析此类 XML,是否有解决方法?
这个查询:
declare @XmlResponse as xml;
select @XmlResponse = '<?xml version="1.0" encoding="utf-8"?><Response>©</Response>'
select @XmlResponse as myxml
返回错误:
消息 9420,级别 16,状态 1,第 15
行 XML 解析:第 1 行,字符 49,非法 xml 字符