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
阅读全文
浙公网安备 33010602011771号