Coconut XML Framework
beta
|
00001 00008 #ifndef CNXMLPRETTYPEINTER_H 00009 #define CNXMLPRETTYPEINTER_H 00010 00011 #include <libxml/tree.h> 00012 00016 struct CNXMLPrettyPrintConfig 00017 { 00019 unsigned int maxIndent ; 00021 const xmlChar * unitSpace ; 00022 } ; 00023 00029 void 00030 CNXMLPrettyPrintNode(xmlNodePtr node, const struct CNXMLPrettyPrintConfig * config) ; 00031 00032 #endif /* CNXMLPRETTYPEINTER_H */ 00033