https://bz.apache.org/bugzilla/show_bug.cgi?id=57008
--- Comment #19 from Mark Murphy <[email protected]> --- I saw that, and the XML spec isn't terribly helpful except that it does tell which characters are valid in XML. x00-x1F are invalid except for TAB, CR, and LF (x09, x0A, x0D). There are a few others as well that we probably should encode/decode when copying to/from the CT classes. The OOXML specs mention the XML 1.0 spec as the driving source. Here are the valid XML characters according to the XML 1.0 specification: Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
