XML debugging and error messages fixes
http://ift.tt/ZogJ20
import arcpyimport xml.etree.ElementTree as etreexmlD = etree.parse("C:\data.xml")root = xmlD.getroot()
No comments:
Post a Comment