易截截图软件、单文件、免安装、纯绿色、仅160KB

操作XML的问题在线等

我又这样一个
<cun>
  <node month="2009-10" mytime="2009-10-11"/>
  <node month="2009-10" mytime="2009-10-11"/>
  <node month="2009-10" mytime="2009-10-23"/>
  <node month="2009-11" mytime="2009-11-11"/>
  <node month="2009-12" mytime="2009-12-11"/>
  <node month="2009-12" mytime="2009-12-11"/>
  <node month="2009-12" mytime="2009-12-14"/>
  <node month="2009-12" mytime="2009-12-14"/>
</cun>
XML文件,我想将相同月份的节点放在一个节点下

就是构造成这样格式的XML,如何构造
<cun>
<node month="2009-10">
    <node month="2009-10" mytime="2009-10-11"/>
    <node month="2009-10" mytime="2009-10-11"/>
    <node month="2009-10" mytime="2009-10-23"/>
</node>
<node month="2009-11">
      <node month="2009-11" mytime="2009-11-11"/>
</node>
<node month="2009-12">
      <node month="2009-12"


相关问答:

如何将XML数据存入ACCESS数据库

请问各位大师,我现在需要将XML的数据实时的存入到数据库中,我是用asp编的程序,大量们帮忙分析 一下!!!
下面是我的XML文件代码
XML code:

<?xml version="1.0" encoding="utf-8"? ......

C# DataSet导出xml 批处理(循环)得怎么处理

DataSet导出xml 批处理(循环)得怎么处理
XML文件
<A>
      <B>
        <C>
        </C>
  &nb ......

jquery 读取XML?

HTML code:

<div id="tessx">
<ALEXA VER="0.9" URL="163.com/" HOME="0" AID="=">
<RLS PREFIX="http://" more="79" ......

请问Java如何把xml转txt格式呢?

今天遇到一个问题,把xml中的值装到.txt格式的文件中。
我目前想到两种比较笨的方法:1.可以通过xmlspy编辑工具实现
  2.通过把xml转成Javabean,然后转到excel中,再从新保存重命名为. ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号