I've currently got a document that is being generated through xsl:fo. In this document, I have a header in my region-before, all my content in region-body (note that the content spans up to 5 pages long), and my footer in region-after. My footer consists of a logo and a slogan, but I only want the logo to appear in the footer on the first page.
I am unable to use conditional-page-master as all the content in region-body is dynamically spread out. The content length stays the same but due to a section in the first page which has a variable size, the content gets spread out accordingly. Any suggestions of how to have the footer on the first page be different than the footers on the other pages? Aside from conditional-page-master if possible.