Skip to main content

Module parser

Module parser 

Source
Expand description

XML parser — native Rust (§19, §20, §85 Phase 3).

Implements the XML parser state machine, push parser, SAX/SAX2 integration, declarations, namespaces, entities, DTD construction, recovery modes, parser options, and custom input.

Phase 0: scaffolded. Implementation begins in Phase 3.