"Less than" characters create corrupt XML archives
Brought to you by:
nsanti
When strings are written to an XML archive, they are
not checked for any "less than" characters that would
cause an invalid XML file to be created. For example, if
I write the string "A < B", then it looks within the XML
file like I'm opening a tag. Such characters need to be
translated to the appropriate entities.