Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359562 - invalid XML created
Summary: invalid XML created
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 09:37 EDT by Jeff Douglas CLA
Modified: 2017-02-23 14:20 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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