Skip to main content
12-Amethyst
January 27, 2015
Solved

Change number in page footers

  • January 27, 2015
  • 1 reply
  • 2050 views

Hi,

The setting of change bars in text is OK, but I do not know how to set change numbers (levels) in page footers.

The change number is given in <change> element or 'level' attribute in various elements.

We use Editor/Styler 6.1.

Thank you very much

RichK

Best answer by rkarlík

Thanks, I will try it.

1 reply

12-Amethyst
February 27, 2015

Are you using APP composition, FOSI composition or XSL-FO composition?

Are you wanting the highest level for the document?

rkarlík12-AmethystAuthor
12-Amethyst
February 27, 2015

I use FOSI engine and want the highest level.

12-Amethyst
February 28, 2015

To output "Change Level #" in the footer, and one has the current change level set in an attribute on the top level element, then you can use

a _ufe: in the text of the page footer region.

Ex. using _ufe:changelevel

The Gentext of the _ufe:changelevel would be

Change Level #<_gte:AttributeContent xpath="/book" attr="role"/>

where "book" is the top level tag and "role" is the attribute containing the change level

Ex. page footer region "page change level"

<_ufe:changelevel></_ufe:changelevel>

Then the appropriate page types would select the page footer region.