Mike Grimley
Because I simply have a choice of two, I have the block displaying
'Unchanged' by default. I only set the marker if the status of an
instruction is 'Changed'. If there is a 'Changed' marker, it simply
covers the default.
<fo:static-content flow-name="EvenPage-header">
<fo:block-container height="30pt"
position="fixed" top="2.5pc" text-align="center">
<fo:block xsl:use-attribute-sets="Status">Unchanged</fo:block>
</fo:block-container>
<fo:block-container height="30pt"
position="fixed" top="2.5pc" text-align="center">
<fo:retrieve-marker retrieve-class-name="Status"
retrieve-position="first-including-carryover"
retrieve-boundary="page"/>
</fo:block-container>
</fo:static-content>
|