tinyxml是一個(gè)C++跨平臺(tái)開源庫,XML文件切記不要使用Windows記事本打開編輯,最好使用Notepad++進(jìn)行編輯打開
成都創(chuàng)新互聯(lián)公司是專業(yè)的新吳網(wǎng)站建設(shè)公司,新吳接單;提供成都做網(wǎng)站、成都網(wǎng)站設(shè)計(jì),網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行新吳網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
生成文本:
<?xml version="1.0" encoding="UTF-8" ?>
<MyGUI type="Resource" version="1.1" />
生成代碼
TiXmlElement *RootElement = NULL;
TiXmlDocument *pDoc = NULL;
pDoc = new TiXmlDocument();
TiXmlDeclaration *pDeclaration = new TiXmlDeclaration(("1.0"), ("UTF-8"), (""));
pDoc->LinkEndChild(pDeclaration);
RootElement = new TiXmlElement(("MyGUI"));
RootElement->SetAttribute("type", "Resource");
RootElement->SetAttribute("version", "1.1");
pDoc->LinkEndChild(RootElement);
pDoc->SaveFile("fengyuzaitu51cto.xml");
delete pDoc;
注意:
tinyxml:Could not load test file Error='Error reading Attributes.'. Exiting.描述:使用windows寫字板編輯任何的xml文件,保存成為純文本文件導(dǎo)致的問題,是下面屬性完全消失
Could not load test file 'test.xml'.Error='Error reading Attributes.'. Exiting.
標(biāo)題名稱:tinyxml第一課生成xml文件
網(wǎng)頁地址:http://aaarwkj.com/article34/jpospe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供軟件開發(fā)、全網(wǎng)營銷推廣、外貿(mào)建站、域名注冊、用戶體驗(yàn)、網(wǎng)站營銷
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)