char * axl_node_get_content_trans ( axlNode node,
int *  content_size 
)

Allows to the get node content, performing a memory allocation for the returned result, translating default entities values with its replacement text.

Parameters:
node The XML node where the content is being requested.
content_size An optional reference to an integer variable to return the node content size.
Returns:
A newly allocated string, representing the node content, with all entities references already translated into the replacement text.