cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Change number in page footers

rkarlík
3-Visitor

Change number in page footers

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

1 ACCEPTED SOLUTION

Accepted Solutions

Thanks, I will try it.

View solution in original post

5 REPLIES 5

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

Are you wanting the highest level for the document?

I use FOSI engine and want the highest level.

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.

Thanks, I will try it.

rdiaz
5-Regular Member
(To:rkarlík)

Hi Richard,

Any update on this? Hopefully you got it working as desired, but if there are still problems, let the group know. Thanks!

Top Tags