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