> On 21 Sep 2020, at 16:38, Denis Maier <denis.maier.li...@mailbox.org> wrote:
> 
> Hi,
> 
> I'm a bit confused, but this here won't compile:
> 
> =================
> 
> \startxmlsetups xml:table
>   \startxtable
>     \startxrow
>       \startxcell one \stopxcell
>       \startxcell two \stopxcell
>     \stopxrow
>   \stopxtable
> \stopxmlsetups

The normal xtables don’t like to be called from inside other constructs. Use 
this instead:

\startxmlsetups xml:table
  \message{xml:table}
  \startembeddedxtable
    \startxrow
      \startxcell one \stopxcell
      \startxcell two \stopxcell
    \stopxrow
  \stopembeddedxtable
\stopxmlsetups


Best wishes,
Taco
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to