https://bz.apache.org/bugzilla/show_bug.cgi?id=63215
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #7 from Andreas Beeker <[email protected]> --- I've downloaded both your files and find a ton of differences - left alone their file size differs by 400kb. So this is what I've done, for *.rels, *.vml and *.xml files. find . -name "*.rels" -exec xmllint --format {} --output {} \; find . -name "*.rels" -exec sed -e "s/ standalone=.yes.//" {} > {} \; Then use WinMerge or Meld to compare the files. > Only in-case of hyperlink, this issue is occurring i guess. The guessing can be easily validated by adding the line into the .rels file and try again ... If I would like to find that difference, I would try to minimize the example files to the bare minimum where the error occurs. I'm just being curious, why would you invest so much time in finding the reason for a solved problem? -- 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]
