XmlException 帮忙解决一下解决思路

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> 节点未封闭。