xsl-list
[Top] [All Lists]

[xsl] XSL-FO continued header on column

2012-09-12 10:38:28
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>