[xep-support] A3 pages and Landscape Pages
G. Ken Holman
gkholman at CraneSoftwrights.com
Tue Jun 15 10:27:50 PDT 2004
At 2004-06-15 16:46 +0100, Douglas_Morrison at contractor.amat.com wrote:
>If I remove the blocks, the output form the xslt will be something like:
>
><fo:page-sequence
> <fo:flow
> A
> <fo:page-sequence
> <fo:flow
> B
> </fo:flow
> </fo:page-sequence
> C
> </fo:flow
></fo:page-sequence
Yes, and the PSMI would be used for the nested B above.
>As it may be some time before W3 and XEP allow such nesting, I think my
>best way forward may well be to remove the unecessary blocks and emit a
>psmi:page-sequence... The output from the first xslt pass would then be
>something like:
>
><fo:page-sequence
> <fo:flow
> A
> <psmi:page-sequence master-reference="A3Landscape"/>
> B
> <psmi:page-sequence master-reference="A4Portrait"/>
> C
> </fo:flow
></fo:page-sequence
Careful! You've used PSMI above as if it were a signal of some kind, when
it isn't ... it is a wrapper ... you'll have to mimic what I quoted from
you first above:
<fo:page-sequence master-reference="A4Portrait">
<fo:flow
A
<psmi:page-sequence master-reference="A3Landscape">
<fo:flow
B
</fo:flow
</psmi:page-sequence
C
</fo:flow
</fo:page-sequence
I hope this helps.
.......................... Ken
--
Public training 3 days XSLT & 2 days XSL-FO: Phoenix,AZ 2004-08-23
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman mailto:gkholman at CraneSoftwrights.com
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc
Legal business disclaimers: http://www.CraneSoftwrights.com/legal
-------------------
(*) 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/tos.html
More information about the Xep-support
mailing list