xmlparser.ExternalEntityParserCreate(context[, encoding])
Create a “child” parser which can be used to parse an external parsed entity referred to by content parsed by the parent parser. The context parameter should be the string passed to the ExternalEntityRefHandler()
handler function, described below. The child parser is created with the ordered_attributes
and specified_attributes
set to the values of this parser.
Please login to continue.