XmlDataDocument doc = new XmlDataDocument();
    doc.LoadXml(introput);

解决方案 »

  1.   

    另外,你为什么要用这个对象来操作xml呢,还不如用XmlDocument呢
      

  2.   

    我的字符串中包含这些内容:<boot>
      <urlset>
        <productname>飞利浦迷你音响MCD107/93</productname>
        <refprice>799</refprice>
        - <picurllist>
          <picurl>http://pimg.51mdq.com/Html/Product/202/P113655/Images/CenterPic/20100721102336107.jpg</picurl>
          <bigpicurl>http://pimg.51mdq.com/Html/Product/202/P113655/Images/BigPic/20100721102336107.jpg</bigpicurl>
        </picurllist>
        <url>http://www.coo8.com/shop/order/para_10001_202_P113655.html</url>
        <ident>coo8_P113655</ident>
        - <shortintrohtml>
          - <![CDATA[ 
    <P><IMG border=0 hspace=0 alt="" src="http://www.51mdq.com/eweb/uploadfile/20100121100429802.jpg" width=100 height=30><BR>&nbsp;&nbsp;&nbsp; 飞利浦 MCD107/93 音响在使用过程中不要将音量开至最大以免降低使用寿命。 
    <P><IMG border=0 hspace=0 alt="" src="http://www.51mdq.com/eweb/uploadfile/20100121100421809.jpg" width=100 height=30><BR>&nbsp;&nbsp;&nbsp; 飞利浦 MCD107/93 电子管,使声音的失真率更低,音质纯净且细节丰富,温暖并舒适自然,总让人如此陶醉。<BR><IMG style="FILTER: ; WIDTH: 750px; HEIGHT: 30px" border=0 hspace=0 alt="" src="http://www.51mdq.com/eweb/uploadfile/20100226144238281.jpg" width=750 height=30><BR><SPAN class="cDRed fB" sizcache="2" sizset="15">&nbsp;&nbsp;&nbsp; 在家中享受至尊影院体验。飞利浦 DVD 微型影院 MCD107 可播放 DVDs、VCD 和 CD 等介质,其内置 USB 直放功能还可播放照片和便携式音乐。紧凑小巧的外观设计,在各种居室环境中都是一件精品。<BR>&nbsp;&nbsp;&nbsp; <IMG border=0 src="http://static.coo8.com/eweb/uploadfile/20100721102304914.jpg"><BR><FONT color=#ff0000><STRONG><IMG border=0 src="http://static.coo8.com/eweb/uploadfile/20100721102312595.jpg"><BR><IMG border=0 src="http://static.coo8.com/eweb/uploadfile/20100721102318250.jpg"><BR><BR></STRONG></FONT>产品参数:<FONT color=#ff0000><STRONG><BR><IMG border=0 src="http://static.coo8.com/eweb/uploadfile/20100721102706857.jpg"><BR><IMG border=0 src="http://static.coo8.com/eweb/uploadfile/20100721102712619.jpg"><BR><IMG border=0 src="http://static.coo8.com/eweb/uploadfile/20100721102718469.jpg"><BR><BR> <BR>&nbsp;&nbsp;&nbsp;库巴服务承诺:</STRONG></FONT><FONT color=#000000 sizcache="2" sizset="17">库巴保证所售商品均为正品行货,开具正规发票,与商品一起寄送。凭质保证书及库巴发票,可享受全国联保服务,与您亲临商场选购的商品享受相同的质量保证。如有问题,请根据<A href="http://www.51mdq.com/shop/help/help.html" target=_blank sizcache="2" sizset="17"><FONT color=#0000ff>帮助中心</FONT></A>的相关政策办理,库巴工作人员将竭诚为您服务。<BR></FONT></SPAN></P>
    <P sizcache="2" sizset="18"><FONT color=#ff0000><STRONG>  声明:</STRONG></FONT><FONT color=#000000>因部分厂家会在没有任何提前通知的情况下更改商品包装、来源或者一些附件,以上资料仅供参考,库巴不能确保客户收到的货物与图片、产地、附件说明完全一致。只能确保为原厂正品!并且保证与当时市场上同样主流新品一致。没能为客户及时更新,敬请谅解!</FONT></P>  ]]>
        </shortintrohtml>
        <price_1>669</price_1>
        <orifenlei>影音设备 > 迷你音响</orifenlei>
        <modelno>MCD107/93</modelno>
        + <canshu>
          - <![CDATA[ <TABLE width="100%" border=0 cellPadding=5 cellSpacing=1><tr><TD width="29%" height=25 bgColor=#FFFFFF class=tab align="left">输出功率</TD><TD width="51%" colspan="3" align="left" bgColor=#FFFFFF class=tab>400 W</TD></tr><tr><TD width="29%" height=25 bgColor=#FFFFFF class=tab align="left">重量</TD><TD width="51%" colspan="3" align="left" bgColor=#FFFFFF class=tab>5.48 Kg</TD></tr><tr><TD colSpan=4 class="partitle" align="left">飞利浦迷你音响MCD107/93其他性能</TD></tr><tr><TD width="29%" height=25 bgColor=#FFFFFF class=tab align="left">收音调谐</TD><TD width="51%" colspan="3" align="left" bgColor=#FFFFFF class=tab>FM </TD></tr></TABLE>
      ]]>
        </canshu>
      </urlset>
    </boot>
      

  3.   

    加个取消转义@"<boot>
      <urlset>
      <productname>飞利浦迷你音响MCD107/93</productname>
      <refprice>799</refprice>
      - <picurllist>
      <picurl>http://pimg.51mdq.com/Html/Product/202/P113655/Images/CenterPic/20100721102336107.jpg</picurl>",
    然后把里边的双引号换成成对的,比如"51%"换成""51%"",这样阅读起来方便