Go to the source code of this file.
Functions | |
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. | |
void | v_levelize (int i_level, FILE *Fp_out=stdout, bool o_html=false) |
Generate some indentation on the HTML or file output. |
|
Generate some indentation on the HTML or file output.
|
|
Dumps an XML tree to an HTML document
|