Parsing XML with Python Minidom
A core skill for a DevNet associate is being knowledgeable of how to parse XML into a Python structure.
Data can be retrieved from devices using different data structures such as XML, YAML, or JSON.
In this lab, I’ll look at parsing XML into a useable structure within Python.