#include "tinyxml.h"
Go to the source code of this file.
void v_out_html | ( | FILE * | Fp_out, | |
const TiXmlNode * | XNp_source, | |||
unsigned | u_level | |||
) |
Dumps an XML tree to an HTML document
This is a recursive function, called again at each element in the tree
Fp_out | Output HTML file | |
XNp_source | Input XML tree | |
u_level | Current level |
References TiXmlNode::COMMENT, TiXmlNode::DECLARATION, TiXmlNode::DOCUMENT, TiXmlNode::ELEMENT, Name, TiXmlNode::TEXT, TiXmlNode::UNKNOWN, v_levelize(), and v_out_html().
Referenced by main(), and v_out_html().
void v_levelize | ( | int | i_level, | |
FILE * | Fp_out = stdout , |
|||
bool | o_html = false | |||
) |
Generate some indentation on the HTML or file output.
Referenced by v_out_html().