<a href="https://docs.python.org/3.6/library/xml.html">XML Processing Modules</a>
<a href="http://codingpy.com/article/parsing-xml-using-python/">深入解讀Python解析XML的幾種方式</a>
<a href="https://www.ibm.com/developerworks/cn/xml/x-eleord.html">XML 元素順序何時重要</a>
<a href="https://www.crifan.com/python_convertion_between_xml_and_json/">【折騰】Python中xml和Json之間互相轉換:xml轉json,json轉xml</a>
格式化(美化)xml
用 xml.dom.minidom
用 BeautifulSoup
<a href="https://stackoverflow.com/questions/14479656/empty-lines-while-using-minidom-toprettyxml">Empty lines while using minidom.toprettyxml</a>
本文轉自walker snapshot部落格51CTO部落格,原文連結http://blog.51cto.com/walkerqt/2051481如需轉載請自行聯系原作者
RQSLT