20 Apr
2006
20 Apr
'06
7:05 p.m.
On Thu, 20 Apr 2006 11:29:17 -0700, Johannes Graumann
Figured out what's going on and would appreciate some advice on the issue: [...]
\defineXMLnested [tr] [bottomframe=] {\expanded{\bTR[bottomframe=\XMLop{bottomframe}]}} {\eTR}
What's happening here is that the the 'tr' bottomframe statement (which I need for formating) overrides the '\setupTABLE[row]' bit. Is there any way to make 'tr's bottomframe-statement be ineffectual in case of being the last raw?
Why don't you test if the attribute is set before applying it to the TR? You see the problem on the last row, but the fact is that you force the bottomframe clear for every row (which is dirty IMHO). Regards, BG