HubobelsPython/Faxreport.py
2017-08-25 11:43:04 +02:00

5 lines
No EOL
213 B
Python

import xml.etree.ElementTree as ET
tree = ET.parse("export_job_logResponse.xml")
root = tree.getroot()
links = root.findall("{http://www.kyoceramita.com/ws/km-wsdl/log/log_information}export_job_log")
print(links)