I am no able to make python to read xlm info. Please see my xml Line bellow. Do not seems to be normal as other I have seen before.
b'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n<mtsInputForm source="None">\n <type>2109</type>\n <serial>000777R</serial>\n <xmlMessages>\n <xmlMessage type="system"/>\n <xmlMessage type="error" num="1">No information was found matching the search criteria.</xmlMessage>\n </xmlMessages>\n</mtsInputForm>\n'
I need to get this message "No information was found matching the search criteria" from the XML line above. How do I do that?