Skip to content

Xmltodict

How to install

pip install xmltodict

How to use

import xmltodict
dict_type = xmltodict.parse(xml형식의 문자열)

See also

  • Python
  • xml
  • xmlschema - An XML Schema validator and decoder
  • lxml - Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.