Am I missing something?  Is there a way to pass the page parameters as
variables?
I have an fo:flow nested inside a fo:page-sequence tag.
The fo:page-sequence has a master-reference attribute which points to a
master-name attribute of a fo:simple-page-master tag.
The fo:simple-page-master has all the page attributes
(reference-orientation, margin-right, etc).
The fo:flow tag processes pages from the xml with an xsl:for-each tag.
Within the for-each loop new pages are generated with fo:block having a
break-before="page" attribute.
Is there any way to pass in variable values, to for instance say a 10
page report should have page 2 rotated 90 degrees?
I tried specifying different values within xml tags under the tags being
processed by the for-each, but with conditional attributes set up in the
simple-page-master to look for these values, all pages come out the
same.

Reply via email to