xml_3.cpp File Reference

#include <stdio.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
Include dependency graph for xml_3.cpp:

Functions

static void example1Func (const char *filename)
int main (int argc, char **argv)

Function Documentation

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().

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

References example1Func().

Here is the call graph for this function:

Generated on Wed Jun 2 12:43:03 2010 for LAR Atlas by  doxygen 1.6.3