brucelane / Cinder-MIDI2

Alternative approach to interfacing RtMidi lib in Cinder
21 stars 10 forks source link

Use predefined entity to encode ampersand and avoid invalid XML #6

Closed pizthewiz closed 9 years ago

pizthewiz commented 9 years ago

An ampersand alone is an escape sequence, so while it doesn't trip up TinderBox, other parsers will fully reject it.

MartinBspheroid commented 9 years ago

I did not know that! Thanks!

pizthewiz commented 9 years ago

No worries, I wrote a small tool to process cinderblock.xml files and realized it kept rejecting this one since the XML parser was quite strict. Thanks!