Improve xml parsing on diameter codec
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 09:21:48 +0000 (11:21 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 09:21:48 +0000 (11:21 +0200)
commit57040efdece4ea1f4487608de3d1afbb9d1378c8
tree6ac8d7aa74affbdfbf22726bd740fbef2582f58e
parent9be8dddda350c2a17febabfa31d5d392ff4870fb
Improve xml parsing on diameter codec

loadXML is renamed to loadXMLFile to be more explicit.
Added loadXMLString to load an xml representation.
This will allow to interpret directly json values as base64 xml
encodings.
include/anna/diameter/codec/Message.hpp
include/anna/diameter/codec/functions.hpp
source/diameter/codec/Message.cpp
source/diameter/codec/functions.cpp