Module xml

Module xml 

Source
Expand description

XML validation utilities

Provides functionality for validating XML files against XSD schemas.

Functionsยง

load_xsd_schema
Load XSD schema content from the schemas directory.
validate_xml_against_xsd
Validate XML content against an XSD schema file.