Message 82519 - Python tracker
The encoding used by the windows terminal (usually cp850) is not able to encode all the characters, so when you print the text that you extract from the xml file the terminal is not able able to display some characters. If you remove the print() it works fine. You can also try to write the results on a file using utf-8. This issue can be closed.