|
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... |
Answered by
JimCotton
Jun 8, 2023
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. |
0 replies
Answer selected by
JimCotton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.