首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

XmlException 帮忙解决一下解决思路

2012-03-15 
XmlException 帮忙解决一下ShowListMovieName功夫/NamePostergongfu.jpg/PosterDirector周

XmlException 帮忙解决一下
<ShowList>
  <Movie>
  <Name>功夫</Name>
  <Poster>gongfu.jpg</Poster>
  <Director>周星驰</Director>
  <Actor>周星驰</Actor>
  <Type>Action</Type>
  <Price>60</Price>
  <Schedule>
  <Item>8-00 9-45</Item>
  <Item>10-00 11-45</Item>
  </Schedule>
  </Movie>
</ShowList>

哪里错啦  


[解决办法]
<Schedule> 节点未封闭。

热点排行