I am loading an xml.file. I sometimes make mistakes editing that file and then xml.load creates a string that contains
<error>invalid xml file - parsed text</error>
At that point I check my file and sometimes (like now) I cannot find the error.
Is there a way to make xml.load somewhat more verbose about where it encounters the error?
G