Am 10.02.2015 22:45, schrieb Hans Hagen:
\startluacode function xml.functions.processJSON(t) buffers.assign("foo","\\startJSON\n" .. tostring(xml.text(t)) .. "\n\\stopJSON") context.getbuffer { "foo" } end \stopluacode
\startxmlsetups xml:json \pushcatcodetable \setcatcodetable\ctxcatcodes \xmlfunction{#1}{processJSON} \popcatcodetable \stopxmlsetups
(If needed I can make a better plugin for this ... remind me later this year.)
Thank you very much, Hans! That works like a charm! From my perspective, no changes are necessary. I personally like some technical trickery in my ConTeXt code, especially if it's as slim as your solution. (Mainly because that helps me understand the inner workings and hopefully makes me find solutions like this on my own :-)) So thanks again for that quick and very helpful answer! Best regards, Andreas