簡單的XML操作 XML檔案建立

2021-03-31 08:56:29 字數 970 閱讀 9693

[阿好快速入門系列----xml]

簡單的xml操作:xml檔案建立

xtw.write***ment("pos infomation");

//文件注釋 結果:

xtw.writestartelement("info");

//xml root 節點 結果:

xtw.writestartelement("zc",null);

//xml 元素1 結果:

xtw.writeelementstring("kmdm","0301");

//xml 元素1 鍵值 結果:

0301

xtw.writeelementstring("scbj","1");

//xml 元素1 鍵值 結果:

1

xtw.writeelementstring("zy","100");

//xml 元素1 鍵值 結果:

100

xtw.writeendelement();

//xml 元素1 結束 結果:

xtw.flush();

xtw.writestartelement("posinfo",null);

//xml 元素2 結果:

xtw.writeattributestring("kpid","030100111");

xtw.writeattributestring("posx","289");

xtw.writeattributestring("posy","47");

//xml 元素2 屬性 結果:

xtw.writeendelement();

//xml 元素2 結束 結果:

xtw.writeendelement();

//xml root 結束 結果:

xtw.flush();

xtw.close();//釋放資源

備註:結果為執行後結果

簡單XML檔案建立

1.首先確認需要建立的xml檔案的路徑和檔名稱,如下 string file d sample.xml 2.確認xml檔案輸出格式及編寫版本 xmltextwriter xmlwrite new xmltextwriter file,encoding.utf8 xmlwrite.formatting...

建立xml檔案 解析xml檔案

import codecs import xml.dom.minidom doc xml.dom.minidom.document print doc root doc.createelement booklist print u 新增的xml標籤為 root.tagname root.setatt...

建立XML檔案

function xml write htmcode,data type,mb order,mb name select case data type case 1 sql w select from zine mags where z id z id and page id page id and...