xml.sax.make_parser()

xml.sax.make_parser(parser_list=[])

Create and return a SAX XMLReader object. The first parser found will be used. If parser_list is provided, it must be a sequence of strings which name modules that have a function named create_parser(). Modules listed in parser_list will be used before modules in the default list of parsers.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.