Not a fan of xmltodict’s magic. Prefer `ElementTree` with a recursive function to build the dict.
Here’s a gist for a custom parser: [link]. It’s more code but way more flexible.
Here’s a gist for a custom parser: [link]. It’s more code but way more flexible.
