Community
Participate
Working Groups
Paul, something in this egl source causes invalid xml to be created, which gets sax parser errors. const STRING_VAL string = "";//ABCD\"\\'{}[]()\\\b\f\n\r\t@</>a=b,c:d e-3E+6."; const STRING_ITEM1_VAL string = "";//item1_\"\\'{}[]()\\\b\f\n\r\t@</>a=b,c:d e-3E+6."; const STRING_ITEM2_VAL string = "";//item2_\"\\'{}[]()\\\b\f\n\r\t@</>a=b,c:d e-3E+6.";
I have updated XmlSerializer to fix this. You will need to recompile the part, as I had to update the xml version to 1.1, since 1.0 does not support the \b and \f characters
ok