以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XML源码及示例(仅原创和转载) 』  (http://bbs.xml.org.cn/list.asp?boardid=32)
----  有点难 ASP。NET 修改XNL问题  (http://bbs.xml.org.cn/dispbbs.asp?boardid=32&rootid=&id=30142)


--  作者:喷嚏
--  发布时间:4/7/2006 11:23:00 AM

--  有点难 ASP。NET 修改XNL问题
怎么使用C#脚本修改XML格式如下:
<?xml version="1.0" encoding="GB2312" standalone="yes"?>
<nemu>
  <1>
    <next1>1</next1>
    <next2>12</next2>
  </1>
  <1>
    <next1>1</next1>
    <next2>11</next2>
  </1>
  <2>
    <next21>21</next21>
    <next211>222</next211>
  </2>
  <2>
    <next21>21</next21>
    <next211>227</next211>
  </2>
      </nemu>
修改为:


<?xml version="1.0" encoding="GB2312" standalone="yes"?>
<nemu>
  <1>
    <next1>1</next1>
    <next2>12</next2>
     <next3>1254</next2>
  </1>
  <1>
    <next1>1</next1>
    <next2>11</next2>
     <next3>1245</next2>
  </1>
  <2>
    <next21>21</next21>
    <next211>222</next211>
  </2>
  <2>
    <next21>21</next21>
    <next211>227</next211>
  </2>
      </nemu>


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
5,210.938ms