[Home] [By Thread] [By Date] [Recent Entries]
HS wrote:
I am having a problem in using the marker and retrieve-marker to calculate page subtotals. ... > then, in the same static block, i want to show the > result of the > subtraction of those two variables from each other,... You are mixing transformation and formatting. These are two different steps.
Now, if i do <xsl:copy-of select"$previous_cumulative_total"/> , it
However, page breaking and marker retrieval is done by the FO formatter, *after* the whole XSL transformation run. There is no way to get the retrieved markers during the transformation stage. and how can i get the result of the subtraction of the No way. A FO formatter can't do such calculations. is there another way of doing this? Tricky. You can try to emulate page breaking at the XSLT stage, if your record rows are all of the same height, you precalculate the number of rows per page by hand and put this number in a table, followed by a forced page break. J.Pietschmann XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



