#include <stdio.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
Functions | |
static void | example1Func (const char *filename) |
int | main (int argc, char **argv) |
static void example1Func | ( | const char * | filename | ) | [static] |
section: Parsing synopsis: Parse an XML file to a tree and free it purpose: Demonstrate the use of xmlReadFile() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree usage: parse1 test1.xml test: parse1 test1.xml author: Daniel Veillard copy: see Copyright for the status of this software. example1Func: : a filename or an URL
Parse the resource and free the resulting tree
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |