diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/x-cals.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/x-cals.mkiv | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/x-cals.mkiv b/Master/texmf-dist/tex/context/base/x-cals.mkiv index e0d2ac11f8b..4e68c34003d 100644 --- a/Master/texmf-dist/tex/context/base/x-cals.mkiv +++ b/Master/texmf-dist/tex/context/base/x-cals.mkiv @@ -5,7 +5,7 @@ %D subtitle=Cals table renderer, %D author=Hans Hagen, %D date=\currentdate, -%D copyright={PRAGMA ADE}] +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for @@ -26,11 +26,20 @@ % \xmlregistersetup{xml:cals:process} \startxmlsetups xml:cals:process - \xmlsetfunction {\xmldocument} {cals:table} {moduledata.cals.table} +% \xmlsetfunction {\xmldocument} {cals:table} {moduledata.cals.table} + \xmlsetfunction {#1} {cals:table} {moduledata.cals.table} +\stopxmlsetups + +\startxmlsetups xml:cals:nonamespace +% \xmlsetfunction {\xmldocument} {table} {moduledata.cals.table} + \xmlsetfunction {#1} {table} {moduledata.cals.table} \stopxmlsetups \xmlregistersetup{xml:cals:process} \xmlregisterns{cals}{cals} +%D One can register the nonamespace variant for cases where the cals +%D model is embedded in the parent DTD. + \stopmodule |