To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74144
------- Additional comments from [EMAIL PROTECTED] Wed Feb 7 10:00:26 +0000 2007 ------- The problem is that the pasted character is an unusual ASCII control character (in this case the one with decimal value 28) that can usually not be inserted via the keyboard. And as I was told thus characters should not occur in a XML stream. Because of this there occurs an SAXInvalidCharacterException. However Writer and Impress for example can save documents with such characters. This seems to be explicitly allowed for MS compatibility where such characters may occur sometimes. Thus the possible solutions are: - to patch paste, drag & drop and text insertion via API to get rid of those invalid characters. - or to change the way how Math documents are saved to the way it is done for the other document formats. I'm not too happy about either of them. The second will explicitly allow to save content that should not exist and the first requires Math specific recoding (or doubling code) of general functionality that is Ok to be used this way everywhere else... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
