Module xml

Module xml 

Source

Functions§

from_mx_xml_envelope_str
Deserialize complete MX XML envelope (with AppHdr) to typed structs for validation This validates both the header and document structure Used by validation plugin for envelope validation
from_mx_xml_to_json
Helper function to parse XML to JSON Value (for dataflow plugins) This function parses XML and converts it to a JSON structure
xml_to_json_via_document
Parse XML to JSON using typed ISO20022 document structures This is the correct way to parse XML that preserves arrays and complex structures Used by parse plugin for Document-only XML parsing

Type Aliases§

XmlError