Open GoogleCodeExporter opened 9 years ago
The XML 1.0 4th edition (aug 2006) still rejects ϛ (#x03DB) as a start character for names: http://www.w3.org/TR/2006/REC-xml-20060816/#NT-BaseChar [...]| #x03DA | #x03DC | [...] but the 5th edition (Nov 2008) allows it: http://www.w3.org/TR/xml/#NT-NameStartChar [...]| [#x37F-#x1FFF] |[...] FWIW, Xerces also rejects this character in an XML 1.0 name - it accepts it if the XML version is set to 1.1.
@jclark Do you think we should update the mod/util/src/main/com/thaiopensource/xml/util/Naming.java to reflect the 5th edition?
Original issue reported on code.google.com by
raducor...@gmail.com
on 22 Oct 2014 at 7:24