bool axl_doc_dump_pretty ( axlDoc doc,
char **  content,
int *  size,
int  tabular 
)

Allows to perform a dump operation like axl_doc_dump, but making the output to be pretty printed.

Parameters:
doc The axlDoc reference to be dumped.
content The reference that will hold the dumped information.
size Result size for the dumped information.
tabular The tabular size basic unit used for level tabulation. An appropiate value could be 4.
Returns:
true if the document was dumped, false if something has failed.