9 Jun
2011
9 Jun
'11
8:21 a.m.
Hi, here is another problem with the latest beta - this used to work, but maybe Hans has developed a different mechanism for it? \startbuffer[test] <a>Hello&thinspace;World</a> \stopbuffer \startxmlsetups xml:testsetups \xmlsetsetup{\xmldocument}{a}{xml:*} \stopxmlsetups \xmlregistersetup{xml:testsetups} \startxmlsetups xml:a \xmlflush{#1} \stopxmlsetups \xmlsetentity{thinspace}{\,} \starttext \xmlprocessbuffer{main}{test}{} \stoptext looks like something is going wrong with the catcodes in translating the xml, the \, is written to the output instead of processed. All best Thomas