Versuch, eine xml zu parsen
This commit is contained in:
parent
c1fbc87365
commit
1bd80e59d0
1 changed files with 5 additions and 0 deletions
5
Faxreport.py
Normal file
5
Faxreport.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
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)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue