|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: [FO] Conditional page break
At 2002-08-29 09:46 -0700, Troy Ely wrote:
The following stylesheet will produce the result you need when I test it with Antenna House, and I've kept the widow count at the default of 2. Note that the signature is being kept with the last area of the preceding block and that pulls the minimum number of widow lines onto the page with the signature block. I hope this helps. ............... Ken <?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/XSL/Format"
version="1.0"><xsl:template match="/">
<root xmlns="http://www.w3.org/1999/XSL/Format"
font-family="Times" font-size="24pt"> <layout-master-set>
<simple-page-master master-name="frame"
page-height="297mm" page-width="210mm"
margin-top="15mm" margin-bottom="15mm"
margin-left="15mm" margin-right="15mm">
<region-body region-name="frame-body"/>
</simple-page-master>
</layout-master-set> <page-sequence master-reference="frame">
<flow flow-name="frame-body">
<xsl:apply-templates/>
</flow>
</page-sequence>
</root>
</xsl:template><xsl:template match="section"> <block space-after="1em"><xsl:apply-templates/></block> </xsl:template> <xsl:template match="signature|cc|docstamp"> <block keep-with-previous="always"><xsl:apply-templates/></block> </xsl:template> </xsl:stylesheet>
G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (Fax:-0995) ISBN 0-13-065196-6 Definitive XSLT and XPath ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath ISBN 1-894049-07-1 Practical Formatting Using XSL-FO XSL/XML/DSSSL/SGML/OmniMark services, books (electronic, printed), articles, training (instructor-live,Internet-live,web/CD,licensed) Next public training: 2002-09-11,13,18,19,30,10-03,07,10,12-08 XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








