Re: [NTG-context] xtables in custom macros

2011-11-06 Thread Thomas A. Schmitz
On 11/04/2011 10:44 PM, Thomas A. Schmitz wrote: Hans, thanks a lot, I'll play with it tomorrow (was on the road today, from Florence back home...). All best Thomas Yes, this works wonderfully! And thanks for mentioning the xml example in the manual! All best Thomas

Re: [NTG-context] xtables in custom macros

2011-11-04 Thread Hans Hagen
On 3-11-2011 23:01, Stefan Müller wrote: \define\Doesnt{\startxtable \startxrow \startxcell does not work \stopxcell \stopxrow \stopxtable} \starttext \Works \stopxtable %\Doesnt \stoptext \def\test {\setbuffer[demo] \startxtable \startxrow \startxcell

Re: [NTG-context] xtables in custom macros

2011-11-04 Thread Thomas A. Schmitz
On 11/4/11 10:38 AM, Hans Hagen wrote: \def\test {\setbuffer[demo] \startxtable \startxrow \startxcell does not work \stopxcell \stopxrow \stopxtable \endbuffer \processxtablebuffer[demo]} Hans, is the solution to my xml problem along these

Re: [NTG-context] xtables in custom macros

2011-11-04 Thread Hans Hagen
On 4-11-2011 11:11, Thomas A. Schmitz wrote: On 11/4/11 10:38 AM, Hans Hagen wrote: \def\test {\setbuffer[demo] \startxtable \startxrow \startxcell does not work \stopxcell \stopxrow \stopxtable \endbuffer \processxtablebuffer[demo]} Hans, is the solution to my xml problem along these lines

Re: [NTG-context] xtables in custom macros

2011-11-04 Thread Stefan Müller
On 3-11-2011 23:01, Stefan Müller wrote: \define\Doesnt{\startxtable \startxrow \startxcell does not work \stopxcell \stopxrow \stopxtable} \starttext \Works \stopxtable %\Doesnt \stoptext \def\test {\setbuffer[demo] \startxtable \startxrow

Re: [NTG-context] xtables in custom macros

2011-11-04 Thread Hans Hagen
On 4-11-2011 18:18, Stefan Müller wrote: On 3-11-2011 23:01, Stefan Müller wrote: \define\Doesnt{\startxtable \startxrow \startxcell does not work \stopxcell \stopxrow \stopxtable} \starttext \Works \stopxtable %\Doesnt \stoptext \def\test {\setbuffer[demo]

Re: [NTG-context] xtables in custom macros

2011-11-04 Thread Thomas A. Schmitz
On 11/04/2011 01:48 PM, Hans Hagen wrote: \startxmlsetups xml:table \startembeddedxtable \xmlflush{#1} \stopembeddedxtable \stopxmlsetups Hans, thanks a lot, I'll play with it tomorrow (was on the road today, from Florence back home...). All best Thomas

[NTG-context] xtables in custom macros

2011-11-03 Thread Stefan Müller
Hi list, I just played a bit with the nice new xtables. It seems as if \stopxtable does not work if used inside a custom macro. I get a Runaway argument error with the current standalone if I uncomment \Doesnt in the following example. \define\Works{\startxtable \startxrow \startxcell works

Re: [NTG-context] xtables in custom macros

2011-11-03 Thread Wolfgang Schuster
Am 03.11.2011 um 20:37 schrieb Stefan Müller: Hi list, I just played a bit with the nice new xtables. It seems as if \stopxtable does not work if used inside a custom macro. I get a Runaway argument error with the current standalone if I uncomment \Doesnt in the following example.

Re: [NTG-context] xtables in custom macros

2011-11-03 Thread Stefan Müller
Am 03.11.2011 um 20:37 schrieb Stefan Müller: Hi list, I just played a bit with the nice new xtables. It seems as if \stopxtable does not work if used inside a custom macro. I get a Runaway argument error with the current standalone if I uncomment \Doesnt in the following example.