\startbuffer[test1]
. h y p h e n a t i o n . ------------------------- 1n a 1t i o 2i o h e2n h e n5a t h e n a4 h y3p h n2a t o2n ------------------------- . h y3p h e2n5a4t2i o2n.\stopbuffer \startxmlsetups all:html \xmlsetsetup{main}{pre}{*} \stopxmlsetups \startxmlsetups all:html \xmlsetsetup{main}{head|h1|pre}{*} % \xmlsetfunction{main}{pre}{lxml.displayverbatim} \stopxmlsetups \startxmlsetups pre \setuplines[style=mono,space=yes,indenting=yes] \startlines \xmlflush{#1} \stoplines \stopxmlsetups \xmlregistersetup{all:html} \starttext % I have some text first \xmlprocessbuffer{main}{test1}{} % \xmlprocessbuffer{main}{test2}{} \stoptext