Patrick Beard: TechnicalInteresting technical tidbits...(Untitled)- December 3, 2002 I recently posted a blurb about TuneXML in which I referred to a transcription of a tune in TuneXML format. It turns out that if you look at this with IE 5 on the Mac, you'll get a parse error. It parses and displays just fine in Chimera 0.6. The problems seems to stem from the inclusion of a Byte-Order-Mark (BOM) character at the beginning of the XML file, which is what you're supposed to include so that a UNICODE file is perfectly portable. This character seems to mess up IE 5.2.2.http://radio.weblogs.com/0102607/categories/technical/2002/12/03.html#a58 (Untitled)- December 1, 2002 I've been thinking a lot about representing music in XML. There is a good survey of this topic here. MusicXML seems to be fairly dominant, and is getting commercial support behind it. Although, it isn't terribly easy to read and is quite verbose, it looks like a good interchange format, which is certainly a good use of XML. Still, it is overkill for how I want to use XML to represent music. My application is representing Jazz tunes, which consist of chords, melody, and sometimes lyrics. I...http://radio.weblogs.com/0102607/categories/technical/2002/12/01.html#a57 |