DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31830>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31830 GreaterThan characters within attribute values are not escaped during serialization. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-10-21 16:07 ------- printEscaped is used for printing attribute values. There's only one reason why you'd have escape a ">" in your document and that is within character data where the sequence "]]>" is forbidden. This doesn't apply to attribute values, so ">" never needs to be escaped there. Bug reports against Xerces2 should be made using Apache's JIRA (http://issues.apache.org/jira). Xerces-J 1, which is now a dead project used Bugzilla. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
