Is there a way to change the footer image in each page of xsl-fo according to certain condition?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You will need to use markers, basically they allow you to change the side regions (before, after, start, end) based on the contents of the body XML. I use them all the time for running heads, but the principle will be the same for what you want. A simple example can be found at http://www.renderx.com/tutorial.html#Markers, or you can get more detail at Dave Pawson's (Author of the O'Reilly XSL-FO book) site http://www.dpawson.co.uk/xsl/sect3/markers.html |
|||
|
|