Generating revision bars If you use Antenna House Formatter or RenderX XEP, you can generate revision bars in your PDF output by using the changebar and color attributes of the DITAVAL revprop element. revprop changebar color DITAVALchange bars RenderXchange bars Antenna Housechange bars Apache FOPchange bars PDFchange bars transformations The Apache Formatting Objects Processor (FOP ) bundled with DITA-OT does not yet support the XSL fo:change-bar formatting object. A patch has been submitted to enable this support in a future version of FOP.

The DITA specification for changebar simply says:

changebar
When flag has been set, specify a changebar color, style, or character, according to the changebar support of the target output format. If flag has not been set, this attribute is ignored.

The current version of DITA Open Toolkit uses two revprop attribute values to define revision bars:

Sample revision bar configuration <revprop action="flag" changebar="solid" color="green"/>

DITA-OT uses a default offset of 2 mm to place the revision bar near the edge of the text column. The offset, placement and width are not currently configurable via attribute values.

XSL-FO 1.1 does not provide for revision bars that are not rules, so there is no way to get text revision indicators instead of rules, for example, using a number in place of a rule. Antenna House Formatter provides a proprietary extension to enable this, but the DITA-OT PDF transformation does not take advantage of it.