Subject: AW: FO - reference-orientation problem
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Wed, 28 Apr 2010 16:02:12 +0200
|
Thx for the tip but repeat seems to be an invalid value for overflow.
Only visible, auto, inherit, hidden, scroll, error-if-overflow are allowed.
I've already tried visible and auto but that didn't help...
Patrick Szabo
XSLT-Entwickler
Tel.: +43 (1) 534 52 - 1573
Fax: +43 (1) 534 52 - 146
Patrick.Szabo@xxxxxxxxxxxxx
LexisNexis Verlag ARD Orac GmbH & Co KG
Marxergasse 25, 1030 Wien
FN 8333f, Handelsgericht Wien
http://www.lexisnexis.at/
-----UrsprC<ngliche Nachricht-----
Von: Tony Graham [mailto:Tony.Graham@xxxxxxxxxxxxxxxxxxxxxx]
Gesendet: Mittwoch, 28. April 2010 15:56
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: FO - reference-orientation problem
On Wed, April 28, 2010 2:42 pm, Szabo, Patrick \(LNG-VIE\) wrote:
> I've got a table that is a few pages long and I want to rotate it using
> "reference-orientation".
> I just wrapped the table with a <fo:block-container
> reference-orientation="-90"></..>
>
> The table is really rotated 90 deg but only the part of the table that
> is on the first page - the rest is missing.
>
> Any idea how to solve that ?!
Try 'overflow="repeat"' [1] on the fo:block-container.
Tony Graham Tony.Graham@xxxxxxxxxxxxxxxxxxxxxx
Director W3C XSL FO SG Invited Expert
Menteith Consulting Ltd XML Guild member
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599 http://www.menteithconsulting.com
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
xmlroff XSL Formatter http://xmlroff.org
xslide Emacs mode http://www.menteith.com/wiki/xslide
Unicode: A Primer urn:isbn:0-7645-4625-2
[1] http://www.w3.org/TR/xsl11/#overflow
|