Parsing XML Comments with Python
The Extensible Markup Language (XML) is a markup format originally for XML. Some companies use XML as a data serialization format or for configuration. Recently, I needed to learn how to uncomment some lines in an XML file to enable some settings that were defined in the XML. Fortunately, Python’s xml module provides a way […]
Parsing XML Comments with Python Read More »