Skip to main content

assert_compact_roundtrip_with_config

Function assert_compact_roundtrip_with_config 

Source
pub fn assert_compact_roundtrip_with_config(
    xml: &str,
    config: &ParserConfig,
) -> XmlResult<RoundtripResult>
Expand description

Parses XML with explicit config, serializes compactly, reparses it, and verifies stability.