[xep-support] Alternate text in carried over table header

Darren Munt darrenm at ardex.com.au
Thu Mar 19 21:53:15 PDT 2015


I'm trying to work out if we can have the table header text display different text when the table splits over a column, not a page. We want the table header text to be appended with 'continued' when that happens.

I thought I'd be able to use retrieve-table-marker but I get a syntax error, so perhaps they are still not supported, or my syntax is wrong?

    <fo:table table-layout="fixed" width="100%" space-after="0.5cm">
      <fo:table-column column-width="1cm" />
      <fo:table-column column-width="proportional-column-width(1)" />

      <fo:table-header>
        <fo:table-cell number-columns-spanned="2">
          <fo:block font-size="8pt" font-weight="bold">
            Table header text here
            <fo:retrieve-table-marker retrieve-class-name="cont"/>
          </fo:block>
        </fo:table-cell>
      </fo:table-header>

      <fo:table-body>
        <fo:table-row>
          <fo:table-cell number-columns-spanned="2">
            <fo:block>
              <fo:table-marker marker-class-name="cont"/>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>

          <fo:table-row>
            <fo:table-cell number-columns-spanned="2">
            <fo:block>
              <fo: table-marker marker-class-name="cont">continued</fo:marker>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>

        <fo:table-row>
Etc....

Is there an alternative that I can use?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20150320/2521f1a5/attachment.html>


More information about the Xep-support mailing list