Hi Brian,
Yes, starting from Oxygen 12.2 the initial track changes state is saved as a processing instruction in the XML document. This is controlled by a combo box in the
Editor / Pages / Author / Review preferences page:
http://www.oxygenxml.com/doc/ug-oxygen/ ... anges.html
What did you search for in the user manual?
Maybe we can update it to make the feature more searchable.
From what I understand you also want to lock the state for a certain XML document. This is not possible but you might have some workarounds.
Oxygen has support for plugins (Java based) and one plugin type can be used to hide buttons from the toolbar. For example you could hide the
Track Changes button from the toolbar using a Startup plugin implementation:
http://www.oxygenxml.com/developer.html ... er_Plugins
Another think which you could do would be to use a custom processing instruction in the XML document and after the document is opened you could scan it, check for the processing instruction and enable track changes using the API. This would mean implementing a
Workspace Access plugin type.
Of course everybody would need to have the plugin installed in their Oxygen installation.
So if you are interested in using such approaches by implementing Java plugins for Oxygen I can give you more details.
Regards,
Radu