serializeTextTrackedChanges

fnstring serializeTextTrackedChanges(const ref OdfTextTrackedChanges changes)

Serialises text tracked changes back to an XML string.

Produces a text:tracked-changes element containing text:changed-region children with the appropriate change-type sub-elements, author, and timestamp.

Parameters

changesThe text tracked changes to serialise.

Returns

A well-formed XML string for text:tracked-changes, or an empty

string when there are no regions.