> On 12 Oct 2024, at 11:29, james <james.lilyp...@googlemail.com> wrote: > > Is it possible that updating to MacOS 14.6.1 has done something to break > musicxml2ly? I'm in the middle of a show and use it to move scores from an > ipad app to lilypond. It's worked the past couple of weeks but today it seems > to not work and all I get are errors. >
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 10 that hints at some XML-corruption at or before the 10th character of your first line of musicxml. There appears to be a character there that would violate the rules of proper XML format. 'well-formed' is terminology that belongs to the area of formatting rules for XML documents in general, regardless of the further syntax rules that musicxml imposes on top of that. I might be able to shed more light on it if you would be in a position to share the first line (or if the entire xml is on a single line the first section of that line (best to share a little beyond the 10th character, as it might be that something that starts at position 10 is not proper a few characters later)