void printNodes(IXML_Node *tmpRoot, int depth)
Print the node names and values of a XML tree.
Definition: ixmldebug.c:42
void IxmlPrintf(const char *DbgFileName, int DbgLineNo, const char *FunctionName, const char *FmtStr,...)
Prints the debug statement either on the standard output or log file along with the information from ...
Definition: ixmldebug.c:19