首先建议写xml文件的时候,数据最好不要写属性,而是写成下一个节点的方式。
然后你按照这样改改xml文件试试看<Users>
  <dd Name="dd" Sex="男" Father="asdf" Mother="edc" Other="ddsd" Birthday="19050814" Pwd="ddddddd" Email="" Tel="" HandTel="" Oicq="" Province="山东省" MyInfo="sdfeed" LoginNumber="10"/>
  <dd Name="ee" Sex="男" Father="ee" Mother="ededcd" Other="da" Birthday="19051218" Pwd="eeeeeee" Email="" Tel="" HandTel="" Oicq="" Province="山东省" MyInfo="sdfeed" LoginNumber="9"/>
  <dd Name="asd" Sex="女" Father="ee" Mother="ede" Other="daa" Birthday="19050804" Pwd="aaaaaaaaa" Email="[email protected]" Tel="0791-6105169" HandTel="13177917268" Oicq="29131579" Province="江西省" MyInfo="sdfeed&#xD;&#xA;asdfe&#xD;&#xA;dddddd" LoginNumber="5"/>
  <dd Name="asd" Sex="女" Father="ee" Mother="edc" Other="dae" Birthday="19050804" Pwd="aaaaaaaaa" Email="[email protected]" Tel="0791-6105169" HandTel="13177917268" Oicq="29131579" Province="江西省" MyInfo="sdfeed&#xD;&#xA;asdfe&#xD;&#xA;dddddd" LoginNumber="1"/>
  <dd Name="asd" Sex="女" Father="ee" Mother="edt" Other="dag" Birthday="19050904" Pwd="aaaaaaaaa" Email="[email protected]" Tel="0791-6105169" HandTel="13177917268" Oicq="29131579" Province="江西省" MyInfo="sdfeed&#xD;&#xA;asdfe&#xD;&#xA;dddddd" LoginNumber="2"/>
</Users>文件格式如果保存为Unicode编码,记得要去掉encoding="UTF-8"