Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 458 Bytes

xml20081126.parser.rst

File metadata and controls

14 lines (10 loc) · 458 Bytes

XML: Parsing XML Documents

This module exposes a number of internal functions typically defined privately in XML parser implementations which make it easier to reuse concepts from XML in other modules. For example, the IsNameStartChar tells you if a character matches the production for NameStartChar in the XML standard.

XMLParser