Leet, Ethan C wrote:
Does any one know anything about this attribute ?
I tried to use it with fop-0.20.4 and got a message saying
reference-orientation not implemented yet
I searched the fop-4 and fop-5rc code, and it seems that it is not
implemented in fop-5rc either.
Indeed.
Is there any way to turn the page from protrait to landscape using
XSL-FO ?
Define a simple page master with the usual width and heigth
transposed, i.e. for A4 landscape
<fo:simple-page-master
page-width="297mm" page-height="210mm"
master-name="a4">
<fo:region-body/>
</fo:simple-page-master>
and use it for the pages you want to have in landscape format.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]