[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

fo:page-sequence usage

Subject: fo:page-sequence usage
From: "Matthew L. Avizinis" <mla@xxxxxxxxx>
Date: Fri, 31 May 2002 18:54:12 -0400
sequence usage
Hello all,
  Here's my situation:
  I have an outline.xml and a question.xml.  The data from each is combined
via xslt into a single fo file which is then use for pdf generation.
  Typically, the outline information is in one page sequence and questions
are in another in order to insure that they start on a new page, but also so
that I have the opportunity to use different page headers in the
static-content area (but this isn't essential).  But really I guess the main
reason is to make pdf generation less memory intensive.
  However, it now appears that some chapters do not start questions on a new
page.  The code between the <fo:page-sequence> and </fo:page-sequence>
remains the same in either case.  However, what it looks like I need to be
able to do is not use the fo:page-sequence element in certain cases.  So,
here's what I need to be able to do --
  <fo:page-sequence>
    code to generate outline fo
  </fo:page-sequence>
  <fo:page-sequence><!-- if questions should start on a new page -->
    code to generate questions fo
  </fo:page-sequence>

<!-- if questions should continue from the last page of outline -->
  <fo:page-sequence>
    code to generate outline fo
    code to generate questions fo  <!-- this code is the same as above, but
can be quite long -->
  </fo:page-sequence>

Does anybody have any suggestions for handling this condition in an
efficient manner?
thanks much,
   Matthew L. Avizinis <mailto:mla@xxxxxxxxx>
Gleim Publications, Inc.
   4201 NW 95th Blvd.
 Gainesville, FL 32606
(352)-375-0772 ext. 101
      www.gleim.com <http://www.gleim.com>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.