https://bz.apache.org/bugzilla/show_bug.cgi?id=60552
--- Comment #7 from Javen O'Neal <[email protected]> --- What are the differences in the XML files? Either use an XML-specific diff tool or convert each XML file to some canonical representation and use a regular line-based text diff tool. On Windows, I have used Notepad++ with XML Tools plugin and then Pretty Print all open files. Microsoft has an XML-aware diff tool [1], though I haven't used it. A crude way would be to find-replace ">" with ">\n" in all XML files, and a slow way would be to copy-paste the XML into a website-based XML pretty printer. I expect the changes will be: * corrupted content that is removed from the repaired version * implied attributes that PowerPoint explicitly adds or removes * metadata such as last modified user, last modified date * reordered relation ID's [1] https://www.microsoft.com/en-us/download/details.aspx?id=24313 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
