fromMouse Vs Python2 days agoParsing XML Comments with Python - Mouse Vs PythonThe key point here is to create an instance of ET.XMLParser and set insert_comments to True. Then the code will work.Python