xml_1.cpp File Reference

#include <stdio.h>
#include <string.h>
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
Include dependency graph for xml_1.cpp:

Functions

int main (void)

Function Documentation

int main ( void   ) 

section: xmlWriter synopsis: use various APIs for the xmlWriter purpose: tests a number of APIs for the xmlWriter, especially the various methods to write to a filename, to a memory buffer, to a new document, or to a subtree. It shows how to do encoding string conversions too. The resulting documents are then serialized. usage: testWriter test: testWriter ; for i in 1 2 3 4 ; do diff writer.xml writer$$i.res ; done ; rm writer*.res author: Alfred Mickautsch copy: see Copyright for the status of this software.

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