On Jan 6, 2008 10:49 PM, Hans Hagen
Wolfgang Schuster wrote:
Hi,
the documentation module x-set-11 did currently not work work under MarkIV, the entries from the xml-file are written as normal text in the output and is not interpreted in xml mode.
\usemodule[set-11]\loadsetups
\starttext \setup{setuplayout} \stoptext
\usemodule[set-11] \loadsetups[cont-en.xml]
\starttext \setup[setupframed] \stoptext
there 's a buget in the xml serializer (in mkiv the xml file is loaded in the new structure, but entries are flushes and processed the mkii way; kind of messy, so some day i'll rewrite the whole module in mkiv; at least it's way faster now in mkiv than in mkii
I use this method myself in a module, load the file in mkiv mode and process it with mkii.
(i can send you a patch off line)
This solve it but it wasn't so important, I just noticed it. Wolfgang