ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* XML and Multipage table
@ 2006-04-13  3:56 Johannes Graumann
  2006-04-13  8:46 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Graumann @ 2006-04-13  3:56 UTC (permalink / raw)


Hello,

Does anybody have an insight into why a table created with the following
mapping rule for XML code does not present it's caption and is not split?

Thanks Joh

\defineXMLnested
  [table]
  {\bgroup
   \defineXMLsave[caption]
   \defineXMLsave[header]
   \defineXMLsave[body]
   %\defineXMLnested[header]{\bTABLEhead} {\eTABLEhead}
   %\defineXMLnested[body]  {\bTABLEbody} {\eTABLEbody}
   \placetable
      [\XMLpar{table}{location}{here}]
      [\XMLpar{table}{label}{unknown}]
      {\XMLflush{caption}}
      \bgroup
     
\setupTABLE[frame=off,split=repeat,style={\switchtobodyfont[small]\setupinterlinespace[line=2.8ex]}]
       
\framed[frame=off,topframe=on,bottomframe=on,offset=none,rulethickness=0.75pt]
        \bgroup \bTABLE[distance=7.5pt]
        \bTABLEhead
          \XMLflush{header}
        \eTABLEhead
        \bTABLEbody
          \XMLflush{body}
        \eTABLEbody
        \bTABLEfoot\eTABLEfoot
        }
  {\eTABLE
   \egroup
   \egroup
   \egroup}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-19  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-13  3:56 XML and Multipage table Johannes Graumann
2006-04-13  8:46 ` Hans Hagen
2006-04-19  5:46   ` Johannes Graumann
2006-04-19  7:19     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).