import xml.etree.ElementTree as ET tree = ET.parse('/home/wilson/my.xml') root = tree.getroot()
import xml.etree.ElementTree as ET root = ET.fromstring('1')
No comments:
Post a Comment