BosslandGmbH / BuddyWing

BuddyWing is the bot for Star Wars: The Old Republic. This repository contains the open-source components that power the bot.
4 stars 2 forks source link

System.Xml.XmlException: '<', hexidezimaler Wert 0x3C #65

Closed derFalke closed 6 years ago

derFalke commented 6 years ago

System.Xml.XmlException: '<', hexidezimaler Wert 0x3C, ist ein ungültiges Attributszeichen. Zeile 319, Position 55.

Code: UserDialog Title="Note from derfalke" Message="<20"

in a Messagebox the bot validate the "<" ?!?

aevitas commented 6 years ago

"<" is a special character in XML, so it'll need to be escaped. Iirc the escape for < is &lt;, can you see if that works?

derFalke commented 6 years ago

ahh ok so this can be closed ...

aevitas commented 6 years ago

Closed upon request