I am having the following problem with .tcx files: > ParseError: XML or text declaration not at start of entity: line 1, column 10 Seems that all my .tcx files have 10 blank spaces before the `<?xml` argument. Is there any possible workaround for reading such .tcx files? Here's an example: [test.txt](https://github.com/GoldenCheetah/sweatpy/files/8201783/test.txt) (file extension was changed to .txt due to GitHub limitations and needs to be changed to .tcx). Thanks!