diff options
Diffstat (limited to 'tex/context/base/lxml-ctx.mkiv')
-rw-r--r-- | tex/context/base/lxml-ctx.mkiv | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/tex/context/base/lxml-ctx.mkiv b/tex/context/base/lxml-ctx.mkiv deleted file mode 100644 index 58807339d..000000000 --- a/tex/context/base/lxml-ctx.mkiv +++ /dev/null @@ -1,58 +0,0 @@ -%D \module -%D [ file=lxml-ini, -%D version=2007.08.17, -%D title=\CONTEXT\ \XML\ Support, -%D subtitle=Initialization, -%D author=Hans Hagen, -%D date=\currentdate, -%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 -%C details. - -%D Experimental. This might change! Also, it might become a module -%D instead if core code. - -\writestatus{loading}{ConTeXt XML Support / Goodies} - -\registerctxluafile{lxml-ctx}{1.001} - -\unprotect - -\settrue \xmllshowbuffer -\setfalse\xmllshowtitle -\settrue \xmllshowwarning - -\definehead - [lshowtitle] - [subsubsubsubsubject] - -\setuphead - [lshowtitle] - [\c!style=\tta] - -\unexpanded\def\xmllshow#1% - {\ctxlua{xml.ctx.tshow { - pattern = \!!bs\detokenize{#1}\!!es, - \ifconditional\xmllshowtitle - title = "lshowtitle", - \fi - \ifconditional\xmllshowwarning - warning = true, - \fi - } }} - -\unexpanded\def\xmllshowbuffer#1#2#3% - {\ctxlua{xml.ctx.tshow { - pattern = \!!bs\detokenize{#2}\!!es, - \ifconditional\xmllshowbuffer - xmlroot = "#1", - attribute = "#3", - \fi - \ifconditional\xmllshowwarning - warning = true, - \fi - } }} - -\protect |