https://bugs.documentfoundation.org/show_bug.cgi?id=97595
--- Comment #3 from Shantanu <[email protected]> ---
You can open the ODT file as a ZIP file. This allows access to the content.xml
sub-file, where changes are stored in the <text:tracked-changes> XML node.
In each "changed-region" you will find whether it is an insert, a deletion, and
who and when did it, together with an ID that maps to a <text:change-end
text:change-id="ctUNIXTIME_IN_SECONDS"/> node inside the text itself.
I believe you could actually get a CSV object from the XML file with the
appropriate XSLT directives. You can also try to open the content.xml from calc
using Data - XML source option.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs