Learn how maci handles XML, including dumping and loading, accessing elements, and working with XML structures in Python.
Quick Start Video: https://docs.macilib.org/watch/quick-...
maci Docs: https://docs.macilib.org/
Material covered references maci v1.0.0
timestamps:
00:00 welcome
01:38 loading a xml file to dict
04:02 loading a xml string to dict
05:16 dump dict to xml file
09:54 dump dict to xml string
11:25 loading a xml file to etree
15:20 loading a xml string to etree
16:20 manual-build etree data for xml
17:42 dump etree to xml file
19:23 dump etree to xml string
20:21 mitigating exploits in xml stdlib