01 2012 档案

摘要:来自:http://jianlee.ylinux.org/Computer/C/libxml.html一、libxml创建xml文件实例:View Code #include <stdio.h>#include <stdlib.h>#include <libxml/parser.h>#include <libxml/tree.h>int main (int argc, char **argv){ xmlDocPtr pdoc = NULL; xmlNodePtr proot_node = NULL,pnode = NULL,pnode1 = NU 阅读全文
posted @ 2012-01-10 16:42 北海石松 阅读(2123) 评论(0) 推荐(0)