Example #1
0
 def _create_parser(parser_name):
     from org.python.core import imp
     drv_module = imp.importName(parser_name, 0, globals())
     return drv_module.create_parser()
Example #2
0
"""Simple API for XML (SAX) implementation for Python.