Skip to main content

validate_xml

Function validate_xml 

Source
pub fn validate_xml(input: &str) -> Result<(), CamelError>
Expand description

Validate that the input is well-formed XML.

This performs syntax validation only.