Skip to main content
1-Visitor
April 27, 2010
Question

effectivity in footer

  • April 27, 2010
  • 7 replies
  • 1214 views

I need to be able to post the effectivity information in the footer for only those pages containing the effectivity element.

All works ok but unable to turn it off for subsequent pages containing no effectivity.

effectivity only occurs within sheet within graphic element.

Any suggestions out there ?

Regards,

Andy

    7 replies

    April 27, 2010
    Couple of questions:



    Is this using FOSI or XSL-FO?



    Do the sheet elements contain a full-page image, or can they contain an
    inline/partial-page image?


    aleslie1-VisitorAuthor
    1-Visitor
    April 27, 2010

    Hi Jason,

    It's a FOSI and the sheet element can contain either full page or half page....but mainly full page.

    Rgds,

    Andy

    April 27, 2010
    You should be able to create a new pageset, with the effectivity in the
    footer, and set it up so that the new pageset is used when the sheet
    element is encountered (scope=local), so that it returns to the default
    global pageset when the end of the sheet is encountered.



    With the half-page images, this could get tricky, depending on where on
    the page they are emitted...



    Hope that gets you started.



    -jason


    aleslie1-VisitorAuthor
    1-Visitor
    April 27, 2010

    Hi Jason,

    Thanks for this. I tried this on the graphic element which contains the sheets which workedbut resulted in consecutive rectos when firing the pageset.

    Rgds,

    Andy

    1-Visitor
    April 27, 2010
    Fire the pageset from the GRAPHIC element, not the SHEET. Unless you have all your "Figures" grouped together in one spot, that should alleviate that problem, for the most part.

    Regards,
    Steve Thompson
    +1(316)977-0515
    1-Visitor
    April 27, 2010
    Assuming that your effectivity value is named "effectivity.txt", it seems like you could have a savetext at the beginning of (before) your sheet, like <savetext textid="effectivity.txt[or" whatever]&quot;=" conrule="\\">. Then when your sheet causes an actual value for "effectivity.txt" to occur, it would overwrite the null value. Otherwise, it would stay null. Have you tried this?
    aleslie1-VisitorAuthor
    1-Visitor
    April 27, 2010

    Thanks Steve - all looking good now apart from two consecutive recto pages even though I specify next in the textbrk startpg="next"


    Rgds,

    Andy