8 Mar
2021
8 Mar
'21
11:20 a.m.
-----Ursprüngliche Nachricht----- Von: Hans Hagen
Gesendet: Freitag, 5. März 2021 23:17 An: mailing list for ConTeXt users ; Maier, Denis Christian (UB) ; wolfgang.schuster.lists@gmail.com Betreff: Re: [NTG-context] arbitrary context commands in xml file
[...]
Here, I was thinking if something like this could be easier:
<?context-directive raw-tex-injector \testpage[4]?>
you can also do this:
<testpage n="4"/>
\startxmlsetups xml:testpage \testpage[\xmlatt{#1}{n}] \stopxmlsetup
and register that one (as in previous examples)
Thanks,. That's a good idea, but it will also make the XML invalid. Denis