Expand description
Safe XML parsing into the core model.
This module converts XML parser events into the core::Document tree. It
rejects DTDs and unresolved general entities by default using the shared
security module policy.
Structs§
- Parser
Config - Parser configuration with safe defaults for the MVP.
Functions§
- parse_
reader - Parses XML from a reader using safe default configuration.
- parse_
reader_ with_ config - Parses XML from a reader using an explicit configuration.
- parse_
str - Parses XML from a string using safe default configuration.
- parse_
str_ with_ config - Parses XML from a string using an explicit configuration.