A small, non-validating XML parser for the well-formed documents inside an
OOXML package. It keeps namespace prefixes verbatim (w:p, r:id) since
that is how the WordprocessingML vocabulary is universally referred to,
and it never throws on structure it does not understand. A mismatched
close tag simply closes the nearest open element.
A small, non-validating XML parser for the well-formed documents inside an OOXML package. It keeps namespace prefixes verbatim (
w:p,r:id) since that is how the WordprocessingML vocabulary is universally referred to, and it never throws on structure it does not understand. A mismatched close tag simply closes the nearest open element.