xml.parsers.expat.xmlparser.SetParamEntityParsing()

xmlparser.SetParamEntityParsing(flag)

Control parsing of parameter entities (including the external DTD subset). Possible flag values are XML_PARAM_ENTITY_PARSING_NEVER, XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE and XML_PARAM_ENTITY_PARSING_ALWAYS. Return true if setting the flag was successful.

doc_python
2016-10-07 17:48:14
Comments
Leave a Comment

Please login to continue.