Re: [xsl] Page Break
by G. Ken Holman other posts by this author
Nov 19 2002 3:55PM messages near this date
[xsl] Page Break
|
Re: [xsl] xslt on server-side vs. client-side
At 2001-11-19 10:45 -0500, Charles Ohana wrote:
> Hello friends,
> Is there a way to insert a page break in FOP, I couldn't find a straight
> forward answer .
> Here is an example of what I'm trying to do .
>
> <xsl:value-of select="@something" />
> (Jump page here)
<block break-before="page"/>
> <xsl:value-of select="@otherthing" />
I hope this helps. Though I am unsure why your values are not being
wrapped in formatting objects.
.............. Ken
--
Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO:
- North America: Feb 3 - Feb 7,2003
G. Ken Holman mailto:gkholman@[...].com
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6 Definitive XSLT and XPath
ISBN 0-13-140374-5 Definitive XSL-FO
ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath
ISBN 1-894049-10-1 Practical Formatting Using XSL-FO
Next conference training: 2002-12-08,03-03,06
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Thread:
Charles Ohana
G. Ken Holman
|