Store text in CDATA in MuseScore file
Currently we mix MuseScore XML tags with the text formatting tags. It causes number of problems with entitity escaping etc... it would be probably simpler to use CDATA https://en.wikipedia.org/wiki/CDATA
The task is to at least evaluate the use of CDATA.
Comments