[xsl] XSL-FO continued header on column

Subject: [xsl] XSL-FO continued header on column
From: charlieo0@xxxxxxxxxxx
Date: Wed, 12 Sep 2012 15:38:09 +0000 (UTC)
Is there any way to create continued headers for columnar material without creating a table? I have something like this in XML:

<eqpconds>
<eqpconds-setup-item>
  <condition>MASTER switch ON</condition>
eqpconds-setup-item>
<eqpconds-setup-item>
  <condition>MASTER light ON</condition>
eqpconds-setup-item>
<eqpconds-setup-item>
  <condition>MASTER computer ON</condition>
eqpconds-setup-item>
<eqpconds-setup-item>
  <condition>TV screen ON</condition>
eqpconds-setup-item>
<eqpconds-setup-item>
  <condition>JAMCO Powered Up</condition>
eqpconds-setup-item>
<eqpconds-setup-item>
  JAMCO Initialized</condition>
eqpconds-setup-item>
<eqpconds-setup-item>
  <condition>WIDGET moved to a Clear Area</condition>
eqpconds-setup-item>
eqpconds>

The <eqpconds> element generates a block with a bold title with each setup item listed below it. The page master is set for 2 columns and this list can break into two columns. Is there a way to generate a the Equipment Conditions heading (plus - Continued) at the top of the second column. This content is in the flow, not in static content. Current FO output.

<fo:block widows="2" orphans="2" span="none">
   <fo:block font-weight="bold" keep-with-next.within-column="always">Equipment Condition</fo:block>
      <fo:block font-weight="normal" keep-with-previous.within-column="always" span="none"
            start-indent="12pt" text-align="left">MASTER switch ON
      </fo:block>
      <fo:block font-weight="normal" keep-with-previous.within-column="always" span="none"
            start-indent="12pt" text-align="left">MASTER light ON
       </fo:block>
       <fo:block font-weight="normal" keep-with-previous.within-column="always" span="none"
            start-indent="12pt" text-align="left">MASTER computer ON
       </fo:block>
       <fo:block font-weight="normal" keep-with-previous.within-column="always" span="none"
            start-indent="12pt" text-align="left">TV screen ON
       </fo:block>
       <fo:block font-weight="normal" span="none" start-indent="12pt" text-align="left">
            JAMCO Powered Up
       </fo:block>
       <fo:block font-weight="normal" span="none" start-indent="12pt" text-align="left">
            JAMCO Initialized
       </fo:block>
       <fo:block font-weight="normal" span="none" start-indent="12pt" text-align="left">Paladin
           WIDGET moved to a Clear Area
       </fo:block>
</fo:block>\



C. Flanders

Current Thread