To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76091
                 Issue #|76091
                 Summary|Fast sax parser breaks characters excessively
               Component|xml
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|cl
             Reported by|kohei





------- Additional comments from [EMAIL PROTECTED] Wed Apr  4 14:55:05 +0000 
2007 -------
Fast sax parser breaks characters at undesired positions when '&' is present.

For example, when parsing

<oddFooter>&amp;LI am left&amp;CPage &amp;P of &amp;N&amp;RI am 
right</oddFooter>

The expat sax parser breaks that into

'&'
'LI am left'
'&'
'CPage '
'&'
'P of '
'&'
'N'
'&'
'RI am right'

and our current character handling code ends up stripping the trailing
whitespace of 'CPage ' and 'P of ' in ContextHelper::implCharacters().  This
causes an undesired effect in, e.g. header / footer parsing of XLSX file.

---------------------------------------------------------------------
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]

Reply via email to