[xep-support] Re: Rotate table spanning multiple pages

From: Armin Günther <armin.guenther@zpid.de>
Date: Fri Jul 04 2014 - 02:54:24 PDT

Hi Ken,

After some experimentation with your approach the main problem seems to
be, that the to-be-rotated table/content has to be inside a block-level
construct that must be an immediate child of an flow construct. My
tables usually are wrapped inside blocks (e.g. for sections,
sub-sections etc.). But I will think about a solution for this.

Thanks again,
Armin

Am 03.07.2014 18:54, schrieb G. Ken Holman:
> Not all XSL-FO processors support the behaviour you need. When one of
> my clients needed this I created the PSMI semantic for this very use
> case that I've cited in its documentation:
>
> http://www.CraneSoftwrights.com/resources/#psmi
>
> I have used it successfully with RenderX.
>
> I hope this helps.
>
> .. . . . . . . . . Ken
>
> At 2014-07-03 17:26 +0200, Armin Günther wrote:
>> I try to rotate a table using <fo:block-container
>> reference-orientation="90"> (see code below) but long tables run out of
>> the body region of the page and do not span across pages (they are
>> truncated at the right edge of the page). Is there a correct way to
>> rotate a table on a page (portrait) into landscape orientation such
>> that it is split at the right page margin and continued at the next
>> page?
>>
>> Thanks!
>> Armin
>>
>>
>> <fo:flow flow-name="body">
>> <fo:block>
>> <fo:block-container reference-orientation="90">
>> <fo:table-and-caption>
>> <fo:table-caption>
>> <fo:block id="t1">
>>
>> <fo:wrapper>Table # <fo:block>Table caption</fo:block>
>> </fo:wrapper>
>> </fo:block>
>> </fo:table-caption>
>> <fo:table background-color="#eeeeee">
>> ...
>
>
> --
> Contact us for world-wide XML consulting and instructor-led training |
> Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm |
> Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/ |
> G. Ken Holman mailto:gkholman@CraneSoftwrights.com |
> Google+ profile: http://plus.google.com/+GKenHolman-Crane/about |
> Legal business disclaimers: http://www.CraneSoftwrights.com/legal |
>
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>

!DSPAM:87,53b679fd10943579713868!

_______________________________________________
(*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support
(*) By using the Service, you expressly agree to these Terms of Service http://w
ww.renderx.com/terms-of-service.html
Received on Fri Jul 4 02:54:57 2014

This archive was generated by hypermail 2.1.8 : Fri Jul 04 2014 - 02:55:02 PDT