[ http://issues.apache.org/jira/browse/XALANC-532?page=comments#action_12315095 ]
David Bertoni commented on XALANC-532: -------------------------------------- I disagree that the serializers should be responsible for error detection. It should be the responsibility of the caller to ensure the data they send is correct. That means the serializers can be more efficient, because they need not attempt to verify the incoming data. Look at it from the perspective of an event producer, like an XML parser. Wouldn't a consumer of SAX events expect a parser to send proper events? Would your application want to verify the data that came from your event producer? > FormatterToXMLUnicode does not serialize UTF-8 correctly > -------------------------------------------------------- > > Key: XALANC-532 > URL: http://issues.apache.org/jira/browse/XALANC-532 > Project: XalanC > Type: Bug > Components: XalanC > Versions: CurrentCVS > Reporter: David Bertoni > Assignee: David Bertoni > Priority: Critical > Attachments: patch.txt > > There are some serious bugs that result in incorrect serialization. A patch > is attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
