用naticexml生成的xml文件
xml.EncodingString := 'GB2312';
使用网上的例子
<bookshift>
   <book author = "test_author">
   <date>2000-01-01</date>
   </book>
   </bookshift>用IE打开时出错
不支持从当前编码到指定编码的切换。处理资源 '/test.xml' 时出错。第 1 行,位置: 40 <?xml version="1.0" encoding="GB2312"?>
怎么解决?