pub fn execute_publish_xml(
message: &mut Message,
config: &PublishConfig,
) -> Result<(TaskOutcome, Vec<Change>)>Expand description
Execute publish_xml: serialise data.{source} to an XML string and
store at data.{target}. Bridges to serde_json::Value for the existing
recursive XML walker — XML is the slow path, no perf concern.