본문 바로가기
python/모듈

[Python] xmltodict

by wjwkddyd221001 2022. 12. 6.

개요

xml 형태의 문자열을 dictionary로 바꾸어줌

 

예제

xmltodict.parse("XML 형태 문자열") 

# return : dictionary

 

'python > 모듈' 카테고리의 다른 글

[Python] 순열과 조합  (0) 2023.02.08
[Python] textwrap  (0) 2023.01.30
[Python] json - 문자열을 딕셔너리로 변환  (0) 2022.12.17
[Python] datetime - 날짜, 시간  (0) 2022.12.08
[Python] time - 시간  (0) 2022.12.08