Skip to content

Xml declaration processing 0.0.3

Latest
Compare
Choose a tag to compare
@Topru333 Topru333 released this 24 Mar 15:29
· 4 commits to master since this release
869a4da
<?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