摘要:
// libxmlTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include #include int _tmain(int argc, _TCHAR* argv[]){ //定义文档和节点指针 xmlDocPtr doc = xmlNewDoc(BAD_CAST "1.0"); xmlNodePtr root_node = xmlNewNode(NULL,BAD_CAST"root"); //设置根节点 xmlDocSetRootElement(d 阅读全文
posted @ 2013-06-17 10:46
一枚程序
阅读(485)
评论(0)
推荐(0)

浙公网安备 33010602011771号