bool axl_node_dump_pretty_to_file ( axlNode node,
char *  file_path,
int  tabular 
)

Allows to pretty print dump the xml document using as reference the node provided, at the file path provided.

Parameters:
node The document node reference to use to build the content.
file_path File path where place the result.
tabular How many spaces to be placed at each level.
Returns:
true if the dump operation was done, otherwise false is returned.