Question about Jade's table flow object treatment.

Subject: Question about Jade's table flow object treatment.
From: KAZUMI Saito <ksaito@xxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Apr 1998 13:54:32 +0900
I have a question about Jade's table flow object treatment.

Following is the fragment of docbook sample.

<tgroup cols="2" colsep="0" rowsep="0">
<colspec colname="COL1" colwidth="254*">
<colspec colname="COL2" colwidth="202*">
<thead>
<row rowsep="1">
<entry align="LEFT" valign="TOP">headerL</entry>
<entry align="LEFT" valign="TOP">headerR</entry>
</row>
</thead>
             .
             .
             .

Following is the result that applyed the docbook style sheet
to above sample with "-t fot" option of the Jade.

<table>
<table.before-row-border border-present="true"/>
<table.after-row-border border-present="true"/>
<table.before-column-border border-present="false"/>
<table.after-column-border border-present="false"/>
<table-part>
<table-part.principal>
<table-column column-number="1" width="254.00*"/>
<table-column column-number="2" width="202.00*"/>
<sequence>
<table-row>
<sequence>
<sequence>
<table-cell column-number="1" cell-row-alignment="start" cell-before-row-margin="3pt" 
cell-after-row-margin="3pt" cell-before-column-margin="3pt" cell-after-column-margin="3pt" 
start-indent="3pt" end-indent="2pt">
<table-cell.before-row-border border-present="false"/>
<table-cell.after-row-border border-present="false"/>
<table-cell.before-column-border border-present="false"/>
<table-cell.after-column-border border-present="false"/>
             .
             .
             .

I can't find the rule to generate the <sequence> flow object in
the docbook style sheets.

Does Jade embed these <sequence> flow object?

-----
 KAZUMI Saito  FUJITSU Laboratories Ltd.


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • Question about Jade's table flow object treatment.
    • KAZUMI Saito - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id BAA02371Tue, 28 Apr 1998 01:07:39 -0400 (EDT) <=
      • James Clark - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id GAA11474Tue, 28 Apr 1998 06:48:16 -0400 (EDT)
        • KAZUMI Saito - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id BAA07736Wed, 29 Apr 1998 01:05:46 -0400 (EDT)
          • James Clark - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id GAA15554Wed, 29 Apr 1998 06:44:35 -0400 (EDT)