#define AXL_CONSUME_SPACES ( stream   )     axl_stream_consume_white_spaces (stream)

Consumes all spaces found and tabulars on the given stream until a different char is found.

This internal function also consumes coments inside the xml read.

Parameters:
stream The stream where the operation will be performed.