From: Eduardo Ramos Testillano (eramedu) Date: Sat, 2 May 2020 19:30:42 +0000 (+0200) Subject: Normalize xml processing X-Git-Url: https://git.teslayout.com/public/public/public/?a=commitdiff_plain;h=1fd0c19880f48fd5d98dfce81dfed21147b4dfe3;hp=1fd0c19880f48fd5d98dfce81dfed21147b4dfe3;p=anna.git Normalize xml processing Centralize indentation spaces for xml representation with define macro 'ANNA_XML_INDENTATION_SPACES' which is 3. Add new working mode for xml Compiler: Sort. This one will sort attribute names within nodes. This eases normalization to match regexps based on xml diameter messages representation. As this mode is based on bit mask, must be power of 2 and the next free is 8. ---