-
I want to get the ET.dump from a .findall of .//hip-report/categories <categories>
<entry name="host-info">
<managed>unknown</managed>
<serial-number>4CWMSX1</serial-number>
<client-version>6.0.5-30</client-version>
<os>Microsoft Windows 10 Education , 64-bit</os>
I just can't figure out how to escape the /entry name="host-info"/, please enlighten me. I know that this method works when I have an XML entry without the quotes in it...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a solution, just go for the tag direct. I was under the impression that I had the select the level above, then pull objects from the entry. My two whole weeks of writing Python strike again. Maybe this will answer someone else's question.
|
Beta Was this translation helpful? Give feedback.
Found a solution, just go for the tag direct. I was under the impression that I had the select the level above, then pull objects from the entry. My two whole weeks of writing Python strike again. Maybe this will answer someone else's question.