Skip to main content

validate_xml_structure

Function validate_xml_structure 

Source
pub fn validate_xml_structure(xml: &str) -> Result<()>
Expand description

Validate XML structure before parsing

This function performs basic XML structure validation to provide better error messages for malformed documents.