> Am 24.05.2015 um 15:32 schrieb Meer, H. van der <h.vanderm...@uva.nl>:
> 
> I can get rid of the unwanted spaces before the table by inserting a whole 
> bunch of \unskip's in my code. All the \unskip's in the following code are 
> necessary. I guess this observation will be enough to repair the ConText 
> code. Or do I have to change something in my code?
> 
> \startxmlsetups xmlcommon:tr
> \unskip
> \xmlstripanywhere{#1}{.}
> \unskip
> \bgroup
> \unskip
> \setupxtableparameters{#1}
> \unskip
> \startxrow
> \unskip\xmlflush{#1}
> \stopxrow
> \egroup
> \unskip
> \stopxmlsetups
> 
> \startxmlsetups xmlcommon:td
> \unskip
> \xmlstrip{#1}{.}
> \bgroup
> \setupxtableparameters{#1}
> \startxcell[nc=\xmlattdef{#1}{colspan}{1},nr=\xmlattdef{#1}{rowspan}{1}]
> \xmlflush{#1}
> \stopxcell
> \egroup
> \stopxmlsetups


How did you define the \setupxtableparameters command in your example?

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to