Releases: th2-net/th2-codec-xml-via-xsd
Releases · th2-net/th2-codec-xml-via-xsd
Xml declaration processing 0.0.3
<?xml
version = "version_number"
encoding = "encoding_declaration"
standalone = "standalone_status"
?>
Xml with those kind of headers will be processed as non required fields.
Json as step in process was removed, new step map looks like: xml -> map -> message
instead of: xml -> map -> json -> message