6.1 Long Tables

<..configure ooffice longtable..>
 \Configure{halignTB<>}{longtable}{\HCode{\Hnewline
      table:style-name="longtable"
      }<>\HAlign}
 \Configure{longtable}
    {\IgnorePar\EndP  \HCode{<.show input line no.>}%
     \halignTB{longtable}%
     <.list the grouping of columns.>}
    {<.insert Clr.>\HCode{</table:table>}}
    {\HCode{<table:table-row \Hnewline}\halignTR\HCode{
                               table:style-name="TBL-\TableNo-\HRow-">}}
    {\HCode{</table:table-row>}}
    {\HCode{<table:table-cell
              \ifnum \HMultispan>1 table:number-columns-spanned="\HMultispan"\fi
            \space  table:style-name="TBL-\TableNo-\HRow-\HCol" ><text:p>}<.td save EndP.>%
     <.start array par box.>\PushStack\Table:Stck\TableNo}
    {\PopStack\Table:Stck\TableNo
     <.end array par box.>\HCode{</text:p></table:table-cell>}}
-_-_-

<..show input line no..>
 <!--l. \the\inputlineno-->%
-_-_-

<..td save EndP..>
 \SaveEndP
-_-_-

<..td recall EndP..>
 \RecallEndP
-_-_-