| Summary: | invalid XML created | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jeff Douglas <jeffdouglas> |
| Component: | EDT | Assignee: | 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: | |||
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 |
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.";