AW: [xep-support] long table turned 90 deg

Szabo, Patrick (LNG-VIE) patrick.szabo at lexisnexis.at
Sun May 2 23:58:28 PDT 2010


Thx, i will take a look at PSMI !

regards 


Patrick Szabo
 XSLT-Entwickler 

Tel.: +43 (1) 534 52 - 1573 
Fax: +43 (1) 534 52 - 146 

Patrick.Szabo at lexisnexis.at

LexisNexis Verlag ARD Orac GmbH & Co KG
Marxergasse 25, 1030 Wien
FN 8333f, Handelsgericht Wien
http://www.lexisnexis.at/
 
-----Ursprüngliche Nachricht-----

Von: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com] Im Auftrag von Bob Stayton
Gesendet: Freitag, 30. April 2010 16:53
An: xep-support at renderx.com
Betreff: Re: [xep-support] long table turned 90 deg

He means to create new fo:simple-page-master elements with reference-orientation="90" 
on the fo:region-body in it.  Then you create a new fo:page-sequence-master from the 
simple-page-masters, and apply this landscape page master by putting its name in the 
master-reference property of the fo:page-sequence for the table.

The problem with doing this is that you cannot put a fo:page-sequence inside an 
fo:page-sequence.  Typically a table occurs inside a chapter or section that has a 
fo:page-sequence.  You have to terminate that page-sequence before the table, run the 
landscape table page-sequence, and then start a new regular page-sequence for the 
content after the table.  That's a job for PSMI.

PSMI (http://www.cranesoftwrights.com/resources/psmi/index.htm) is Page Sequence 
Master Interleave written by Ken Holman to automate that process of breaking up a 
page sequence to accomodate landscape items.  I use it regularly for this purpose.

Bob Stayton
Sagehill Enterprises
bobs at sagehill.net


----- Original Message ----- 
From: "Szabo, Patrick (LNG-VIE)" <patrick.szabo at lexisnexis.at>
To: <xep-support at renderx.com>
Sent: Friday, April 30, 2010 1:56 AM
Subject: AW: [xep-support] long table turned 90 deg


> Hi,
>
> do you mean like this:
>
> <fo:flow flow-name="xsl-region-body" reference-orientation="-90">
> or
> <fo:page-sequence master-reference="contents" initial-page-number="1" 
> reference-orientation="-90">
>
> I've tried both just to see how it would look but it doesn't turn anything..
>
> best regards
>
>
> Patrick Szabo
> XSLT-Entwickler
>
> Tel.: +43 (1) 534 52 - 1573
> Fax: +43 (1) 534 52 - 146
>
> Patrick.Szabo at lexisnexis.at
>
> LexisNexis Verlag ARD Orac GmbH & Co KG
> Marxergasse 25, 1030 Wien
> FN 8333f, Handelsgericht Wien
> http://www.lexisnexis.at/
>
> -----Ursprüngliche Nachricht-----
>
> Von: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com] Im Auftrag 
> von mike.kelly at thomsonreuters.com
> Gesendet: Freitag, 30. April 2010 10:10
> An: xep-support at renderx.com
> Betreff: RE: [xep-support] long table turned 90 deg
>
> Hi Patrick,
>
> Have you thought of tackling the problem from a different angle? You could put the 
> table in a new page sequence and set the region-body's reference-orientation to -90 
> instead. I have used this a few times to get the same format you are after.
>
> Regards,
> Mike Kelly
>
> -----Original Message-----
> From: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com] On Behalf 
> Of Szabo, Patrick (LNG-VIE)
> Sent: 30 April 2010 08:36
> To: xep-support at renderx.com
> Subject: [xep-support] long table turned 90 deg
>
> Hi,
>
> I've got a table that i want to turn by 90 degrees.
> I just wrapped the table with a fo:block-container:
>
> <fo:block-container orientation-reference="-90">
> ...here is the table...
> </fo:block-container>
>
> This does turn the table but all content that would have to be on a new
> side is lost.
> I can't use overflow="repeat" since XEP doesn't support it.
>
> Can i somehow overcome this problem, maybe with an rx:-extension that i
> haven't found yet?!
>
> Thanks in advance !
>
> best regards
>
> Patrick Szabo
> XSLT-Entwickler
>
> Tel.: +43 (1) 534 52 - 1573
> Fax: +43 (1) 534 52 - 146
>
> Patrick.Szabo at lexisnexis.at
>
> LexisNexis Verlag ARD Orac GmbH & Co KG
> Marxergasse 25, 1030 Wien
> FN 8333f, Handelsgericht Wien
> http://www.lexisnexis.at/
>
>
>
>
>
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
> in the body of the message to majordomo at renderx.com from the address
> you are subscribed from.
> (*) By using the Service, you expressly agree to these Terms of Service 
> http://www.renderx.com/terms-of-service.html
>
>
> This e-mail is for the sole use of the intended recipient and contains information 
> that may be privileged, confidential or copyrighted under applicable law. Any 
> distribution, use or printing by anyone else is prohibited. If you are not an 
> intended recipient, please notify the sender by return e-mail and delete this e-mail 
> and any attachments from your system.
> --------------------------------------------------------------------------
> The sender is an independent contractor currently under contract with Thomson 
> Reuters (Legal) Limited.
> --------------------------------------------------------------------------
> Thomson Reuters (Legal) Limited
> Registered Office 100 Avenue Road, London NW3 3PF
> Registered in England & Wales: Company No. 1679046
>
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
> in the body of the message to majordomo at renderx.com from the address
> you are subscribed from.
> (*) By using the Service, you expressly agree to these Terms of Service 
> http://www.renderx.com/terms-of-service.html
>
>
>
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
> in the body of the message to majordomo at renderx.com from the address
> you are subscribed from.
> (*) By using the Service, you expressly agree to these Terms of Service 
> http://www.renderx.com/terms-of-service.html
>
> 

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list