- From: walki2 <kim.walisch@gmail.com>
- Date: Fri, 8 Jan 2010 07:08:35 -0800 (PST)
- To: www-xsl-fo@w3.org
Hi, I want to use a footer (xsl-region-after) that displays dynamic content from the flow. I have a xml flow with many pages and I want to display a reference (from the flow) in the footer of each page. With xsl-region-body it would be easy, but I need the reference to be displayed in the footer and the footer (xsl-region-after) is static and only displays the reference of the first page. So, I am blocked. I am new to xsl fo, maybe there are other ways to to this? My code looks something like this: .... <fo:static-content flow-name="xsl-region-after" ...> .... <fo:table-cell> <fo:block><xsl:select value-of="concat(//xmlStream/SomeTag1, //xmlStream/SomeTag2)"/></fo:block> </fo:table-cell> .... Thx for your help, walki -- View this message in context: http://old.nabble.com/display-dynamic-flow-content-with-xsl-region-after--tp27077440p27077440.html Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Friday, 8 January 2010 17:16:17 UTC