如下的一段XML文件:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:SB_FI_BMS_ImportBdgtReserveSrvResponse xmlns:ns3="http://mss.cmcc.com/ImportSrvResponse" xmlns:ns2="http://mss.cmcc.com/SB_FI_BMS_ImportBdgtReserveSrv" xmlns="http://mss.cmcc.com/MsgHeader"><ns3:ErrorFlag>N</ns3:ErrorFlag><ns3:ErrorMessage>&#x5355;&#x636e;&#x603b;&#x5171;&#x6709;1&#x4e2a;&#x5355;&#x636e;&#x884c;,&#x5904;&#x7406;&#x65f6;&#x6709;1&#x4e2a;&#x9519;&#x8bef;!</ns3:ErrorMessage><ns3:ErrorCollection><ns3:ErrorItem><ns3:ENTITY_NAME>&#x5355;&#x636e;</ns3:ENTITY_NAME><ns3:RECORD_NUMBER>SEEW</ns3:RECORD_NUMBER><ns3:ERROR_MESSAGE>&#x7f16;&#x53f7;:&#x3010;'ZD111360029'&#x3011;&#x7684;&#x9884;&#x7b97;&#x9879;&#x76ee;&#x4e0d;&#x5b58;&#x5728;&#x6216;&#x5df2;&#x5e9f;&#x9664;,&#x8bf7;&#x786e;&#x8ba4;&#x3002;</ns3:ERROR_MESSAGE></ns3:ErrorItem></ns3:ErrorCollection></ns2:SB_FI_BMS_ImportBdgtReserveSrvResponse></soap:Body></soap:Envelope>为什么在文件中查看是&#x5904;但是在预览时就能显示汉字,如果要把&#x5904;这样的字符显示为汉字,应该怎么做?求解