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