Allows to get the content inside the provided node, trimming the header and trailing white spaces found.
Note that calling to this function will modify the node content, removing "white spaces" found. Once the function is called, the node content will be returned by axl_node_get_content already trimmed.
- Parameters:
-
| node | The node where the content will be trimmed and returned. |
| content_size | The node content size reference where the content size will be reported. |
- Returns:
- The reference returned is an internal copy that must not be deallocated. The function always return content. If the node has no content, the function will return an empty string (but never a NULL value).