[BUG] TPV v0.4.19 breaks support for self-closing XML tags
In TPV v0.4.19 this was released:
- Improved handling of badly formatted workout files.
Which went a bit too far with the improvement and broke also properly formatted XML files with self-closing tags.
The XML Parser should allow those, instead we get this now:
The 'workout_file' start tag on line 2 position 2 does not match the end tag of 'tags'. Line 9, position 3.
Now the issue is that all the ZWO files I have, have that tags/ there, so nothing works until I fix it manually.
This used to be working before v0.4.19.
Please fix?
Thanks
Stefano
Many thanks for your suggestion and support for TrainingPeaks Virtual.
I'm delighted to say that the latest release (v0.4.23) out today should fix this issue (and more generally improves compatibility with even more workout files).
-
Stefano Mosconi commented
here the logs