pub fn validate_xml(input: &str) -> Result<(), CamelError>Expand description
Validate that the input is well-formed XML.
This performs syntax validation only.
pub fn validate_xml(input: &str) -> Result<(), CamelError>Validate that the input is well-formed XML.
This performs syntax validation only.