Skip to content

Releases: th2-net/th2-codec-xml-via-xsd

Xml declaration processing 0.0.3

24 Mar 15:29
869a4da
Compare
Choose a tag to compare
<?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