Hex escapes are smaller than the decimal version, but Netscape didn't support * hex escapes until 4.7.4. @@ -567,7 +597,7 @@ static public void writeUnescapedTextForXML(Writer out, String text) throws IOEx for (int i = 0; i < length; i++) { final char ch = text.charAt(i);...