bool axl_doc_dump ( axlDoc doc,
char **  content,
int *  size 
)

Allows to get the xml representation for the provided axlDoc reference.

Given the axlDoc reference, which represents a XML document, this function allows to get its stringify representation.

Parameters:
doc The axlDoc to stringify
content The reference where the result will be returned.
size The reference where the document content size will be returned.
Returns:
The function returns true if the dump operation was performed. Otherwise false is returned.