Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359562

Summary: invalid XML created
Product: z_Archived Reporter: Jeff Douglas <jeffdouglas>
Component: EDTAssignee: Project Inbox <edt.compiler-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: pharmon
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jeff Douglas CLA 2011-09-30 09:37:50 EDT
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.";
Comment 1 Paul Harmon CLA 2011-10-03 15:02:36 EDT
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
Comment 2 Jeff Douglas CLA 2011-11-18 11:57:45 EST
ok