& Ampersand in <item>
Posted: Mon Jun 24, 2013 9:45 pm
Hello,
This fails reporting XML-malformed (invalid token) when attempting to create the GUI.. how do I correctly escape ampersands?
Maybe I should also add that this is within a menustrip.
Even if I can find a way to escape theses out its still annoying that the interface doesn't handle these correctly.
Code: Select all
<item id="something" userdata="Music & Video:">Music & Video</item>
Maybe I should also add that this is within a menustrip.
Even if I can find a way to escape theses out its still annoying that the interface doesn't handle these correctly.