Re: [xep-support] Use of: table-omit-initial-header="true"

From: G. Ken Holman <gkholman@CraneSoftwrights.com>
Date: Fri Apr 14 2006 - 13:05:14 PDT

At 2006-04-14 14:33 -0500, Steve Ylvisaker wrote:
>I am trying to test
>the table-omit-initial-header="true" attribute to <table>. In
>the example provided in the "fo tips & tricks" section of the web
>site, only the first row of the table header is omitted on the initial page.

That isn't how I see it in the XSL-FO ... the first row *of the page*
is created by the table caption:

   <fo:table-and-caption break-before="page">
      <fo:table-caption>
         <fo:block font="bold 10pt Helvetica" keep-with-next="always"
space-before="16pt" space-after="6pt" text-align="end">Table 1.2
"Formatting Properties Supported by XEP" part#2</fo:block>
      </fo:table-caption>
      <fo:table rx:table-omit-initial-header="true">
         ...
         <fo:table-header background-color="silver" font-size="110%"
font-weight="bold">
           ...
                  <fo:block font="bold 10pt Helvetica"
text-align="end">Table 1.2 "Formatting Properties Supported by XEP"
part#2<fo:inline font-style="italic" font-weight="normal">
(Continued)</fo:inline>

The complete example is on the web site at:

   http://xep.xattic.com/xep/testsuite/usecases/table-header.fo

>When I try it, all rows of my header are omitted.

As is true for the example on the web site.

>I can't see where my example is different from the example in the
>web site. What should the behavior be?

It is an extended behaviour as a custom feature of XEP, but the
example on the web indicates that all rows of the header are indeed suppressed.

I hope this helps.

. . . . . . . . . . Ken

--
Registration open for XSLT/XSL-FO training: Wash.,DC 2006-06-12/16
Also for XML/XSLT/XSL-FO training:Birmingham,England 2006-05-22/25
Also for XSLT/XSL-FO training:    Copenhagen,Denmark 2006-05-08/11
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Aug'05  http://www.CraneSoftwrights.com/f/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Fri Apr 14 13:34:45 2006

This archive was generated by hypermail 2.1.8 : Fri Apr 14 2006 - 13:34:46 PDT