Module documentation under MarkIV
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 Wolfgang
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 can send you a patch off line) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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
participants (2)
-
Hans Hagen
-
Wolfgang Schuster