#parsing-comments

[ follow ]
fromMouse Vs Python
2 days ago

Parsing XML Comments with Python - Mouse Vs Python

The key point here is to create an instance of ET.XMLParser and set insert_comments to True. Then the code will work.
Python
[ Load more ]