IE8使我的xml损坏

时间:2013-02-15 10:26:43

标签: javascript jquery xml internet-explorer blueimp

我使用blueimp fileupload将多个文件上传到我的服务器。在“完成”回调中,我捕获了我的xml结果,但在IE8中都搞砸了。这是结果:

<?xml version="1.0" encoding="UTF-8"?>
<item type="Struct">
 <item name="data" type="Struct">
  -
  <item name="files" type="Array">
     <item type="Struct">
        <item name="uid">1ixXDSUJiKhwEEUV4NJFoJyxp</item>
        <item name="reference">files[]</item>
     </item>
  </item>
  </item>
   <item name="message" />
  <item name="errorcode">0</item>
 </item>

正如您所看到的,它在xml节点之间添加了“ - ”符号,并且在chrome或firefox中没有。有谁能告诉我为什么会这样?这是IE的知识吗?

0 个答案:

没有答案