DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6763>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6763

XMLWriter doesn't escape enough characters

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-02-28 23:48 -------
Comments from John Wilson <[EMAIL PROTECTED]>, author of the MinML parser:

"
This isn't a bug. You just can't legally have a Unicode character with the 
value 5 in a well formed XML document. Escaping it as &#0005; makes no 
difference. 
 
The relevant part of the spec is Section 4.1 Character and Entity References 
"Well-Formedness Constraint: Legal Character 
Characters referred to using character references must match the production 
for Char. " 
 
MinML currently and erroneously allows this - I'm in process of tightening 
it's checking and it will soon reject it. 
"

Reply via email to